Regular API
function
sim.getUserVariables
Description
Returns global variables that were allocated just after the script internal state got initialized and all default functions/variables were registered.
C synopsis
-
C parameters
-
C return value
-
Lua synopsis
table variables=sim.getUserVariables()
Lua parameters
-
Lua return values
variables
: a map-like table with all global user variables.
All regular API functions on one page