simPushNullOntoStack

Pushes the value Null (or None/nil) onto the stack. The value will then be located at the top of the stack

C++ synopsis

int simPushNullOntoStack(int stackHandle)

Arguments

Return

  • -1 in case of an error.


See also: