Object: Difference between revisions

From Tripwire Interactive Wiki
Jump to navigation Jump to search
(Created page with "{{CodeTree| Class}} 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 derive...")
 
mNo edit summary
Line 8: Line 8:


*[http://wiki.beyondunreal.com/Legacy:Object Object] on beyondunreal.com
*[http://wiki.beyondunreal.com/Legacy:Object Object] on beyondunreal.com
[[Category:Classes]]

Revision as of 15:52, 22 September 2012

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