Call_PushArray Function

Pushes an array onto the current call.

void Call_PushArray(const any[] value, int size)

Parameters

const any[] value

Array to push.

int size

Size of array.

Errors

Called before a call has been started.

Notes

Changes to array are not copied back to caller. Use PushArrayEx() to do this.

Cannot be used before a call has been started.