Call_PushStringEx Function

Pushes a string onto the current call.

void Call_PushStringEx(char[] value, int length, int szflags, int cpflags)

Parameters

char[] value

String to push.

int length

Length of string buffer.

int szflags

Flags determining how string should be handled. See SM_PARAM_STRING_* constants for details. The default (0) is to push ASCII.

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.