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.
Revision as of 09:54, 10 August 2018 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Axis_swap

Swap 2 axis in the axis set

Syntax

Axis_swap(Axis a, Axis b);

Arguments

a and b is two Axis

Return type

Empty

Example

DCS_use(15639122);
Axis_swap(AxisSet_getAxis("Age"), AxisSet_getAxis("Q3"));
DCS_save();