scpt_push_double
Name
scpt_push_double — pushes a double on to the stack
Synopsis
#include "modules/scriptlets/ec_scriptlet.h"
| void **scpt_push_double** (
| thr, | |
| | value)
; | |
scpt_thread * <var class="pdparam">thr</var>
;
double <var class="pdparam">value</var>
;
Description
Push a double on to the stack.
- thr
-
The script thread. For a description of this data type see “scpt_thread”.
- value
-
The double that you wish to push.
This function returns void.
It is legal to call this function in any thread.