Regular API
function
simIsStackValueNull
Description
Tests whether the value at the top of the stack is Null. See also the
other stack functions
.
C synopsis
simInt simIsStackValueNull(simInt stackHandle)
C parameters
stackHandle
: a stack handle obtained with
simCreateStack
.
C return value
-1 in case of an error, 0 if the value is not null, 1 otherwise.
Lua synopsis
-
Lua parameters
-
Lua return values
-
All regular API functions on one page