SetName: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(New page: ==setName== Lua Syntax: <pre>setName(object, name)</pre> ===Arguments=== ====object==== :'''"object path"|"object id"|object''' - Specifies an object to rename. ====name==== :'''"string"...)
(No difference)

Revision as of 10:40, 25 October 2008

setName

Lua Syntax:

setName(object, name)

Arguments

object

"object path"|"object id"|object - Specifies an object to rename.

name

"string" - The new name of the object.

Flags

Return Values

None.