Свойство | Тип | Описание | |
---|---|---|---|
_entityLastLocalDir | Vector3 | ||
_entityLastLocalPos | Vector3 | ||
baseMailbox | |||
cellMailbox | |||
className | string | ||
direction | Vector3 | ||
id | |||
inWorld | bool | ||
inited | bool | ||
isControlled | bool | ||
isOnGround | bool | ||
position | Vector3 | ||
renderObj | object | ||
velocity | float |
Метод | Описание | |
---|---|---|
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 ( |
||
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 ( |
||
set_direction ( object old ) : void | ||
set_position ( object old ) : void |
public addDefinedProperty ( string name, object v ) : void | ||
name | string | |
v | object | |
Результат | void |
public baseCall ( string methodname ) : void | ||
methodname | string | |
Результат | void |
public cellCall ( string methodname ) : void | ||
methodname | string | |
Результат | void |
public getDefinedProperty ( string name ) : object | ||
name | string | |
Результат | object |
public getDefinedPropertyByUType ( |
||
utype | ||
Результат | object |
public onControlled ( bool isControlled_ ) : void | ||
isControlled_ | bool | |
Результат | void |
public setDefinedProperty ( string name, object val ) : void | ||
name | string | |
val | object | |
Результат | void |
public setDefinedPropertyByUType ( |
||
utype | ||
val | object | |
Результат | void |
public set_direction ( object old ) : void | ||
old | object | |
Результат | void |