StartAction

From VisionaireWiki
Revision as of 09:33, 25 October 2008 by Timo (talk | contribs) (New page: ==startAction== Starts an action. If the action is already running a new active action for the action data object is started. Lua Syntax: <pre>startAction(action)</pre> ===Arguments=== ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

startAction

Starts an action. If the action is already running a new active action for the action data object is started.

Lua Syntax:

startAction(action)

Arguments

action

"object path"|"object id"|object - Visionaire object which specifies an action.

Flags

Return Values

visionaireObject
The visionaire object representing the active action.