Call_PushString Function

Pushes a string onto the current call.

void Call_PushString(const char[] value)

Parameters

const char[] value

String to push.

Errors

Called before a call has been started.

Notes

Changes to string are not copied back to caller. Use PushStringEx() to do this.

Cannot be used before a call has been started.