139
edits
No edit summary |
|||
| Line 54: | Line 54: | ||
Obviously, this will only work if the switch off routine (method!) has some house to work with. The class itself really is just a "template" for functionality, before it can be used it needs to be instantiated, i.e. a new object must be created using the template, and then the member functions (methods) can be called. | Obviously, this will only work if the switch off routine (method!) has some house to work with. The class itself really is just a "template" for functionality, before it can be used it needs to be instantiated, i.e. a new object must be created using the template, and then the member functions (methods) can be called. | ||
'''More info ''[http://wiki.flightgear.org/Nasal_scripting_language#More_on_methods here]''.''' | |||
== More Information == | == More Information == | ||
edits