StopAction: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(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==== :...)
 
(No difference)

Latest revision as of 10:34, 25 October 2008

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.