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

From VFXPedia

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