Module GameTypes :: Class SCA_IObject
[hide private]
[frames] | no frames]

Class SCA_IObject

source code

PyObjectPlus --+    
               |    
          CValue --+
                   |
                  SCA_IObject
Known Subclasses:
KX_GameObject, KX_MeshProxy, KX_PolyProxy, KX_VertexProxy

This class has no python functions

Instance Methods [hide private]
    Deprecated
    Inherited from CValue
string
getName()
Returns the name of the CValue.
source code
    Inherited from PyObjectPlus
bool
isA(game_type)
Check if this is a type or a subtype game_type.
source code
Instance Variables [hide private]
    Inherited from CValue
string name
The name of this CValue derived object (read-only).
    Inherited from PyObjectPlus
bool invalid
Test if the object has been freed by the game engine and is no longer valid.