Fix documentation constant reference
This commit is contained in:
parent
91a1fd074b
commit
70b6e96f95
@ -353,7 +353,7 @@ native void Call_PushArray(const any[] value, int size);
|
|||||||
* @param value Array to push.
|
* @param value Array to push.
|
||||||
* @param size Size of array.
|
* @param size Size of array.
|
||||||
* @param cpflags Whether or not changes should be copied back to the input 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.
|
* @error Called before a call has been started.
|
||||||
*/
|
*/
|
||||||
native void Call_PushArrayEx(any[] value, int size, int cpflags);
|
native void Call_PushArrayEx(any[] value, int size, int cpflags);
|
||||||
|
Loading…
Reference in New Issue
Block a user