Silhouette Module Reference
Jump to navigation
Jump to search
The fx Module
All of Silhouette's built-in functions are defined in the fx module. The easiest way to make use of the module is to use the Python statement from fx import *.
Global Functions
Name | Description |
---|---|
addAction(action) | Adds a new Action subclass to the Action system |
action(name) | Returns the Action with the given name |
Global Constants
fx Objects
Name | Description |
---|---|
Action | Base class for Actions |
Object | Base class for all objects |