
simGetSystemTime
Description
|
Retrieves the system time. The system time is the time is seconds that elapsed since Windows or V-REP was started, depending on the system. See also simGetSystemTimeInMs.
|
C synopsis
|
simFloat simGetSystemTime() |
C parameters |
None
|
C return value
|
system time in seconds, or a negative value (-1.0) in case of an error
|
Lua synopsis
|
number systemTime=simGetSystemTime() |
Lua parameters |
Same as C-function
|
Lua return values
|
Same as C-function
|
All regular API functions on one page
|