Property | Type | Description | |
---|---|---|---|
MessageHandler |
Method | Description | |
---|---|---|
AbstractEntity ( ) : System | ||
AssertArgumentTypes ( |
||
Dispose ( ) : void | ||
Move ( Direction dir ) : bool |
Thread Safe. Makes an entity walk along the map world in a given direction. This function will respect the passable state of the target map square.
|
|
OnMessage ( |
Method | Description | |
---|---|---|
Message_Move ( |
||
Message_Ping ( |
||
Message_Reposition ( |
public AssertArgumentTypes ( |
||
msg | ||
return | void |
public Move ( Direction dir ) : bool | ||
dir | Direction | The direction to walk in. |
return | bool |
public OnMessage ( |
||
msg | ||
return | void |