Allow arrayset to accept any type (#516)

This commit is contained in:
justgo97 2018-08-20 18:46:00 +01:00 committed by Vincent Herbet
parent 0bfc65c635
commit 05b74111d3

View File

@ -3283,7 +3283,7 @@ native DestroyForward(forward_handle);
* *
* @noreturn * @noreturn
*/ */
native arrayset(array[], value, size); native arrayset(any:array[], any:value, size);
/** /**
* Returns the weapon id associated with a weapon name. * Returns the weapon id associated with a weapon name.