Method | Description | |
---|---|---|
Die ( string killer, int weaponID ) : void | ||
MoveTo ( Vector3 position, Quaternion rotation ) : void | ||
RespawnAt ( Vector3 position, Quaternion rotation ) : void | ||
TakeDamage ( float Damage, string OtherUser, Vector3 direction, int weaponID ) : void |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Start ( ) : void |
public Die ( string killer, int weaponID ) : void | ||
killer | string | |
weaponID | int | |
return | void |
public MoveTo ( Vector3 position, Quaternion rotation ) : void | ||
position | Vector3 | |
rotation | Quaternion | |
return | void |
public RespawnAt ( Vector3 position, Quaternion rotation ) : void | ||
position | Vector3 | |
rotation | Quaternion | |
return | void |
public TakeDamage ( float Damage, string OtherUser, Vector3 direction, int weaponID ) : void | ||
Damage | float | |
OtherUser | string | |
direction | Vector3 | |
weaponID | int | |
return | void |