Template:Useful Classes: Difference between revisions
Jump to navigation
Jump to search
CrosRoad95 (talk | contribs) No edit summary |
CrosRoad95 (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
*[[CThread]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» This class represents a simple coroutine manager which can be used to limit method calls / loop.</span> | *[[CThread]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» This class represents a simple coroutine manager which can be used to limit method calls / loop.</span> | ||
*[[Importer]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» This class make easy to use exported functions.</span> | *[[Importer]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» This class make easy to use exported functions.</span> | ||
*[[Observable]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» Observable variables. Call function on variable value change.</span> |
Revision as of 15:47, 21 September 2020
- Singleton » This class allows to restrict the instantiation of a specific class to one object.
- CThread » This class represents a simple coroutine manager which can be used to limit method calls / loop.
- Importer » This class make easy to use exported functions.
- Observable » Observable variables. Call function on variable value change.