Allow arrayset to accept any type (#516)
This commit is contained in:
parent
0bfc65c635
commit
05b74111d3
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user