simGetScriptInt32Param

Retrieves an int32 parameter of a script

C++ synopsis

int simGetScriptInt32Param(int scriptHandle, int parameterID, int* parameter)

Arguments

Return

  • -1 in case of an error, 0 if the parameter could not be retrieved, or 1 if operation was successful


See also: