Name
scpt_push_ref — Push a reference onto the stack
Synopsis
#include "modules/scriptlets/ec_scriptlet.h"
| void **scpt_push_ref** (
| thr, | |
| | ref)
; | |
Description
Push a reference onto the stack.
- thr
-
The script thread. For a description of this data type see “scpt_thread”.
- ref
-
The reference that you wish to push.
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?