Extensions |
Value Traits correspond to the Alterable Values, Alterable Strings, and Flags action and expression menus. The MMFI is able to determine at runtime without additional help whether an object supports these traits, and will expose the corresponding fields and methods if it does.
Flags, strings, and values are all tables that can be directly indexed to get or set a value. Strings and values can also be indexed by their names, if you have defined names for them in the object's properties panel.
Value Fields
These fields can be read from or written to directly
boolean[] | flags | Array of object's internal flags (1 - 32) |
string[] | strings |
Array of object's alterable strings (1 - 10) |
number[] | values | Array of object's alterable values (1 - 26) |
Example
Copyright 2010 Justin Aquadro