
simHandleSimulationStart / sim.handleSimulationStart
Description
|
Initializes various functionality (e.g. camera tracking during simulation, object velocity calculation, etc.). Should only be called from the main script, as the first instruction in the initialization section. See also sim.handleSensingStart. |
C synopsis
|
- |
C parameters |
-
|
C return value
|
-
|
Lua synopsis
|
number result=sim.handleSimulationStart() |
Lua parameters |
none
|
Lua return values
|
-1 in case of an error. |
All regular API functions on one page
|