Template:Useful Classes: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Added "MatrixPOP") |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Useful Classes]] | [[Category:Useful Classes]] | ||
*[[ | *[[Singleton]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» This class allows to restrict the instantiation of a specific class to one object.</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> | *[[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> | |||
*[[Observable]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» Observable variables. Call function on variable value change.</span> | |||
*[[MatrixPOP]] <span style="color:gray; font-family:'Georgia',sans-serif; font-size:smaller;">» This class allows to use simple matrix without using MTA's OOP functions</span> |
Latest revision as of 19:49, 16 February 2022
- 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.
- MatrixPOP » This class allows to use simple matrix without using MTA's OOP functions