Object

From Tripwire Interactive Wiki
Revision as of 15:52, 22 September 2012 by Benjamin (talk | contribs)
Jump to navigation Jump to search
Class >> Object


Object is the root class, and all other classes are either directly or indirectly derived from it. One of the most important classes, actor, is derived from it.

It provides the very fundamental functionality such as mathematical operations, data structures, and essential functions.

External links