Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

AxisSet addAxis: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Axis set modifying CGScript functions]]
[[Category:Axis set modifying CGScript functions]]

{{HelpFiles}}


====AxisSet_addAxis====
====AxisSet_addAxis====

Revision as of 09:36, 12 December 2011



AxisSet_addAxis

Adds the axis passed as argument to the method. If an axis already exists in the axis-set with the same name then return false without adding the axis. Else the axis will be added to the end of the axis-set and the function returns true.

Syntax

AxisSet_addAxis(axis)

Arguments

axis: Is an axis array, created by Axis_new function.

Return type

bool

Examples

bool exist = AxisSet_addAxis(ageAxis);

Availability

Version 5.5