Method | Description | |
---|---|---|
CallScript ( PersonScripts script ) : void | ||
CheckObstructions ( Vector2f &position, Line line ) : bool | ||
CheckObstructions ( Vector2f &pos, |
||
CheckObstructions ( Vector2f &pos, Vector2f &tileOffset, |
||
ClearComands ( ) : void | ||
Draw ( ) : void | ||
GetBounds ( ) : Line[] | ||
IsObstructedAt ( Vector2f pos ) : bool | ||
IsQueueEmpty ( ) : bool | ||
Person ( string name, |
||
QueueCommand ( int command, bool imm ) : void | ||
QueueScript ( object script, bool imm ) : void | ||
SetScript ( PersonScripts script, object instance ) : void | ||
UpdateCommandQueue ( ) : void |
Method | Description | |
---|---|---|
GetDirection ( string name ) : |
||
GetDirectionAt ( int index ) : string |
public CallScript ( PersonScripts script ) : void | ||
script | PersonScripts | |
return | void |
public CheckObstructions ( Vector2f &position, Line line ) : bool | ||
position | Vector2f | |
line | Line | |
return | bool |
public CheckObstructions ( Vector2f &pos, |
||
pos | Vector2f | |
other | ||
return | bool |
public CheckObstructions ( Vector2f &pos, Vector2f &tileOffset, |
||
pos | Vector2f | |
tileOffset | Vector2f | |
tile | ||
return | bool |
public IsObstructedAt ( Vector2f pos ) : bool | ||
pos | Vector2f | |
return | bool |
public Person ( string name, |
||
name | string | |
spriteset | ||
destroy | bool | |
return | System |
public QueueCommand ( int command, bool imm ) : void | ||
command | int | |
imm | bool | |
return | void |
public QueueScript ( object script, bool imm ) : void | ||
script | object | |
imm | bool | |
return | void |
public SetScript ( PersonScripts script, object instance ) : void | ||
script | PersonScripts | |
instance | object | |
return | void |