Useful Classes

From Multi Theft Auto: Wiki
Revision as of 20:37, 14 February 2015 by MuLTi (talk | contribs) (Created page with "<pageclass class="#228B22"></pageclass> {{Adding_Pages_to_Categories_and_Templates}} This page lists user-made Classes that are not included by default in MTA. <br/> {{Useful...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Contributors: Did you create a page but it's not on this list? Confused? Read: Adding Pages to Categories and Templates

This page lists user-made Classes that are not included by default in MTA.

  • 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