scpt_push_string
Last updated March 2020
Name
scpt_push_string — Push a string onto the stack
Synopsis
#include "modules/scriptlets/ec_scriptlet.h"
| void **scpt_push_string** (
| thr, | |
| | buf, | |
| | buflen)
; | |
scpt_thread * <var class="pdparam">thr</var>
;
const char * <var class="pdparam">buf</var>
;
int <var class="pdparam">buflen</var>
;
Description
Push a string onto the stack.
- thr
-
The script thread. For a description of this data type see “scpt_thread”.
- buf
-
The string buffer.
- buflen
-
The size of the buffer.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?