Regular API function

simIsStackValueNull

Description Deprecated. Use simGetStackItemType instead.
C/C++
synopsis
int simIsStackValueNull(int stackHandle)
C/C++
parameters
stackHandle: a stack handle obtained with simCreateStack.
C/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
Python
synopsis