Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of ~archive/BaseObject


Ignore:
Timestamp:
Apr 15, 2017, 3:30:00 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • ~archive/BaseObject

    v3 v4  
    44The !BaseObject is the top-most !SuperClass of (most but not) all Classes in orxonox.
    55
    6 source:/trunk/src/lib/lang/base_object.h#HEAD [[br]]
     6source:orxonox.OLD/trunk/src/lib/lang/base_object.h#HEAD [[br]]
    77__Derived From__:
    88  * nothing
     
    4242}}}
    4343  * __isA__:[[br]]
    44     isA is a function, that queries, if the Object is of a Specified type. e.g. given a class Player that is derived from !BaseObject and [wiki:archive/ParentNode PNode] one can do the following check :
     44    isA is a function, that queries, if the Object is of a Specified type. e.g. given a class Player that is derived from !BaseObject and [wiki:ParentNode PNode] one can do the following check :
    4545{{{
    4646#!cpp
     
    5151
    5252== Advanced Topics ==
    53 An interessting Function, that !BaseObject provides is the [wiki:archive/ObjectList ObjectList].
     53An interessting Function, that !BaseObject provides is the [wiki:ObjectList ObjectList].
    5454With it, one can retrieve lists of any one kind of derived classes from !BaseObject.