Eyeon:Script/Reference/Applications/eyeonServer/Classes/Library/UpdateItem

From VFXPedia

< Eyeon:Script | Reference | Applications | eyeonServer | Classes | Library
Revision as of 14:01, 9 December 2006 by Peter (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

library : UpdateItem()

Arguments

UpdateItem(id,data)

  • id(required, string)

A valid UUID of an item you wish to modify.

  • data(required, table)

The table of data that will be used to create the item. See AddItem for table.

Returns

This function does not return a value.

Remarks

This allows the user to modify an existing bin item.

Examples

no examples at thistime


Tips for UpdateItem (edit)

EyeonTips:Script/Reference/Applications/eyeonServer/Classes/Library/UpdateItem