Difference between revisions of "Silhouette Module Reference"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
=== Global Functions === | === Global Functions === | ||
− | {| class="wikitable | + | {| class="wikitable" |
! scope="col" | Name | ! scope="col" | Name | ||
! scope="col" class="unsortable" | Description | ! scope="col" class="unsortable" | Description | ||
Line 17: | Line 17: | ||
== fx Objects == | == fx Objects == | ||
− | {| class="wikitable | + | {| class="wikitable" |
! scope="col" | Name | ! scope="col" | Name | ||
! scope="col" class="unsortable" | Description | ! scope="col" class="unsortable" | Description |
Revision as of 23:21, 17 November 2012
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 |