Difference between revisions of "Silhouette Module Reference"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=== Global Functions === | === Global Functions === | ||
+ | |||
+ | {| class="wikitable" | ||
+ | ! Name!!Description | ||
+ | |- | ||
+ | |<tt>name</tt>||description | ||
+ | |- | ||
+ | |<tt>name 2</tt>||description 2 | ||
+ | |} | ||
=== Global Constants === | === Global Constants === | ||
== fx Objects == | == fx Objects == |
Revision as of 23:10, 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 |
---|---|
name | description |
name 2 | description 2 |