native PushStackString(Stack:handle, const value[]);
handle | Stack handle |
value | String to push |
Pushes a string onto the end of a stack, truncating it if it is too long.
This function has no return value.
If an invalid handle is provided or the resizing operation runs out of memory, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.