Difference between revisions of "AxisSet updateAxis"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Axis set modifying CGScript functions]]
 
[[Category:Axis set modifying CGScript functions]]

+
{{HelpFiles}}
  
 
====AxisSet_updateAxis====
 
====AxisSet_updateAxis====

Revision as of 11:41, 12 December 2011



AxisSet_updateAxis

Updates the axis specified as argument to the method. If no axis exists in the axis-set with the axis name then return false without updating anything. Else the axis in the axis-set is updated with the state found in the axis array passed as argument overwriting the current axis in the axis-set and the function returns true.

Syntax

AxisSet_updateAxis(axis)

Arguments

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

Return type

bool

Examples

bool b = AxisSet_updateAxis(ageAxis);

Availability

Version 5.5