Method |
Description |
|
Entity ( ) : System |
|
|
__init__ ( ) : void |
|
|
addDefinedProperty ( string name, object v ) : void |
|
|
baseCall ( string methodname ) : void |
|
|
callPropertysSetMethods ( ) : void |
|
|
cellCall ( string methodname ) : void |
|
|
clear ( ) : void |
|
|
enterSpace ( ) : void |
|
|
enterWorld ( ) : void |
|
|
getDefinedProperty ( string name ) : object |
|
|
getDefinedPropertyByUType ( UInt16 utype ) : object |
|
|
isPlayer ( ) : bool |
|
|
leaveSpace ( ) : void |
|
|
leaveWorld ( ) : void |
|
|
onControlled ( bool isControlled_ ) : void |
This callback method is called when the local entity control by the client has been enabled or disabled. See the Entity.controlledBy() method in the CellApp server code for more infomation. |
|
onDestroy ( ) : void |
|
|
onEnterSpace ( ) : void |
|
|
onEnterWorld ( ) : void |
|
|
onLeaveSpace ( ) : void |
|
|
onLeaveWorld ( ) : void |
|
|
onUpdateVolatileData ( ) : void |
|
|
setDefinedProperty ( string name, object val ) : void |
|
|
setDefinedPropertyByUType ( UInt16 utype, object val ) : void |
|
|
set_direction ( object old ) : void |
|
|
set_position ( object old ) : void |
|
|