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

Axis swap: Difference between revisions

From Catglobe Wiki
Created page with "Category:Axis_set_modifying_CGScript_functions = Axis_swap = Swap 2 axis in the axis set == Syntax == Axis_swap(Axis a, Axis b); == Arguments == a and b is two Axis =..."
 
No edit summary
 
Line 9: Line 9:
== Arguments ==
== Arguments ==


a and b is two Axis
a and b is two [[Axis class|Axis]]


== Return type ==
== Return type ==

Latest revision as of 09:54, 10 August 2018

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();