Method | Description | |
---|---|---|
Attack ( IEntity attacker ) : void | ||
Die ( IEntity murderer ) : void | ||
GetDamage ( ) : int | ||
GetStat ( Stats stat ) : int | ||
Interact ( IEntity interactor ) : void | ||
MoveTo ( |
||
Npc ( ) : System | ||
Save ( string filePath ) : void | ||
SetStat ( Stats stat, int value ) : void |
public Interact ( IEntity interactor ) : void | ||
interactor | IEntity | |
return | void |
public MoveTo ( |
||
vector | ||
direction | byte | |
return | void |
public SetStat ( Stats stat, int value ) : void | ||
stat | Stats | |
value | int | |
return | void |