RemoveLink

From VisionaireWiki
Revision as of 10:39, 25 October 2008 by Timo (talk | contribs) (New page: ==removeLink== Lua Syntax: <pre>removeLink(field, linkedObject [, object])</pre> ===Arguments=== ====field==== :'''int''' - The t_links field of the data structure were the object will b...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

removeLink

Lua Syntax:

removeLink(field, linkedObject [, object])

Arguments

field

int - The t_links field of the data structure were the object will be removed from. The removed link is of course a non-parent link. Parent links can only be removed with deleteObject.

linkedObject

"object path"|"object id"|object - Object which will be removed from the t_links-field of an object.

object

"object path"|"object id"|object - Object were the linked object will be removed from (in the specified field). If no object is given the selected object is used.

Flags

Return Values

None.