Signature
native callfunc_push_str(const VALUE[], bool:copyback = true);
Description
Pushes a string onto the current call.
Notes
-
This will defy the "const" specifier if copyback is true, which is
only kept for special backwards compatibility.
Parameters
- VALUE — String to push
-
copyback
—
If true, any changes made in the called function will be
copied back to the calling plugin
No return value
Errors
-
If called without initiating a callfunc, or the maximum
amount of parameters is reached, an error is thrown.