Module GameTypes :: Class CPropValue
[frames] | no frames]

Class CPropValue

PyObjectPlus --+    
               |    
          CValue --+
                   |
                  CPropValue
Known Subclasses:

This class has no python functions

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