Regular API function
simGetUInt64Parameter
Description
Retrieves an unsigned 64bit integer value. See the
uint64 parameter identifiers
.
C/C++
synopsis
unsigned long long int simGetUInt64Parameter(int parameter,unsigned long long int* intState)
C/C++
parameters
parameter
:
uint64 parameter identifier
intState
: value of the parameter
C/C++
return value
-1 if operation was not successful
Lua
synopsis
Lua
parameters
Lua
return values
Python
synopsis