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 axisExists: 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_axisExists====
====AxisSet_axisExists====

Revision as of 09:40, 12 December 2011



AxisSet_axisExists

Returns true if an axis exists with the name passed as argument to the method and false otherwise.

Syntax

AxisSet_axisExists(name)

Arguments

name: Is a string expression.

Return type

bool

Examples

bool b = AxisSet_axisExists("Age Groups")l

Availability

Version 5.5