Fix documentation constant reference

This commit is contained in:
Arron Vinyard
2021-03-07 13:45:16 +01:00
committed by peace-maker
parent 91a1fd074b
commit 70b6e96f95
+1 -1
View File
@@ -353,7 +353,7 @@ native void Call_PushArray(const any[] value, int size);
* @param value Array to push.
* @param size Size of array.
* @param cpflags Whether or not changes should be copied back to the input array.
* See SP_PARAM_* constants for details.
* See SM_PARAM_* constants for details.
* @error Called before a call has been started.
*/
native void Call_PushArrayEx(any[] value, int size, int cpflags);