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

Class CValue

source code

PyObjectPlus --+
               |
              CValue
Known Subclasses:
SCA_ILogicBrick, CPropValue, SCA_IObject

This class is a basis for other classes.

Instance Methods [hide private]
    Deprecated
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]
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.
Method Details [hide private]

getName()

source code 
Returns the name of the CValue.
Returns: string

Deprecated: Use the name attribute instead.

Note: in most cases the CValue's subclasses will override this function.