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 getAxis: 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_getAxis====
====AxisSet_getAxis====

Revision as of 09:41, 12 December 2011



AxisSet_getAxis

Gets the axis by name from the axis-set belonging to the current DCS context. The axis object is returned as an array formated according to the description given for the axis object constructor function (see Axis_new for more information)

Syntax

AxisSet_getAxis(name)

Arguments

name: Is a string expression, it is name of the axis to look up.

Return type

array

Examples

array axis = AxisSet_getAxis("Age Groups");

Availability

Version 5.5