Template:Nasal Test Setter Getter

From FlightGear wiki
Revision as of 09:14, 21 June 2014 by Johan G (talk | contribs) (+cat: Undocumented templates; <noinclude> tags around categories)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
# call the object's setter method:
myObject.setValue( 100 );
# call the object's getter method to extract the values
var ( x  ) = myObject.getValue();