Changes between Version 1 and Version 2 of code/howto/Super
- Timestamp:
- Apr 12, 2017, 11:48:32 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/howto/Super
v1 v2 1 1 = HowTo: Super = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 == Description == … … 7 6 '''Important''': A super-function must be virtual and public. If you don't declare the function {{{public}}} you'll get a compiler error complaining about the private nature of the function. 8 7 9 [wiki: Super] explains in detail how to add a new super-function.8 [wiki:doc/Super] explains in detail how to add a new super-function. 10 9 11 10 == Usage ==