Template:Useful Classes: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:
*[[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>
*[[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>

Revision as of 08:56, 29 April 2017

  • 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.