This help is for those people who want or have need to
extend component functionality or to dynamically (on runtime)
control component behavior.
| EXPLANATION
OF SYNTAX USED IN HELP FILES |
{These brackets means that
parameter is required}
[These brackets means that parameter is optional]
array[,...n] means that array can have more values.
{"string"} - string. Example: "this
is string". String is required.
{number} - number. Example: 9 . Number is required.
{hex number} - hexadecimal number. Example: 0xFF9900 . Hex
number is required.
{array[,...n]} - array. Example: [1, 2, 3, "four"] .
Array is required.
updateParameters([enabled:boolean]) - function. [enabled:boolean]
is optional parameter.
function():Void - function. This function haven't return value
because of word "Void".
function():Number - function. This function return number value
because of word "Number".
On every page you have access
to these areas:
FUNCTIONS - Displays all functions if any and
their description.
VARIABLES - Displays all variables if any and
their description.
CODE EXAMPLE - Little code example on how to use
variables and/or functions.
NOTE - Important things, code, explanations,
warnings...