Modifiers
Functions for dealing with modifiers.
- GetAllModifiers
- Get an array of all loaded modifiers.
- GetModifiersOfClass
- Collect the modifiers of a certain class from a selection of objects.
GetAllModifiers:
Get an array of all loaded modifiers.
Returns:
An array of all modifier classes as strings.
Arguments:
none
Back to top...
GetModifiersOfClass:
Collect the modifiers of a certain class from a selection of objects.
Returns:
An array containing all the instances of a modifier of a certain class.
Arguments:
<obj>
- An object, or array of objects, that you want to collect modifiers from.
<modifierClass>
- The class of modifier you want to collect.
Back to top...