StopAction

From VisionaireWiki
Revision as of 10:34, 25 October 2008 by Timo (talk | contribs) (New page: ==stopAction== Stops a running action. If the action is not found (because it is not running) nothing happens. Lua Syntax: <pre>stopAction(action)</pre> ===Arguments=== ====action==== :...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

stopAction

Stops a running action. If the action is not found (because it is not running) nothing happens.

Lua Syntax:

stopAction(action)

Arguments

action

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

Flags

Return Values

None.