Template:Useful Classes: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Useful Classes]]
[[Category:Useful Classes]]
*[[CSingleton]] <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>

Revision as of 12:10, 13 October 2016

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