Regular API function

simGetUInt64Parameter

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