User guide

28
API Usage
NodegraphAPI.Flavor
RemoveNodeFlavor( ) Deletes a flavor.
Syntax:
Takes a single string, the name of the flavor to remove.
RemoveNodeFlavor( 'flavorName' )
Example:
NodegraphAPI.Flavor.RemoveNodeFlavor( 'myFlavor' )
Removes the flavor named myFlavor.
4 CUSTOM NODE COLORS | FLAVOR API