
simGetStackStringType
Returns the type of a specific stack string
C++ synopsis
int simGetStackStringType(int stackHandle, int cIndex)
Arguments
- stackHandle: a stack handle obtained with simCreateStack.
- cIndex: the zero-based index of the stack string. Negative values indicate reverse counting from the top of the stack (i.e. -1 indicates the stack top)
See also:
|