ClearValue

From VisionaireWiki
Revision as of 10:36, 25 October 2008 by Timo (talk | contribs) (New page: ==clearValue== Lua Syntax: <pre>clearValue(field [, object])</pre> ===Arguments=== ====field==== :'''int''' - The data field to clear. For links (t_link and t_links field type) this is o...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

clearValue

Lua Syntax:

clearValue(field [, object])

Arguments

field

int - The data field to clear. For links (t_link and t_links field type) this is only allowed for non-parent links! To remove a parent link use deleteObject (the link is automatically removed when the object is deleted), otherwise Undo will not work correctly!

object

"object path"|"object id"|object - The object which contains the data field to clear. If no object is given the selected object is used.

Flags

Return Values

None.