Call_PushArrayEx Function

Pushes an array onto the current call.

void Call_PushArrayEx(any[] value, int size, int cpflags)

Parameters

any[] value

Array to push.

int size

Size of array.

int cpflags

Whether or not changes should be copied back to the input array. See SM_PARAM_* constants for details.

Errors

Called before a call has been started.

Notes

Cannot be used before a call has been started.