C# Class combatStats, TLH

Inheritance: Photon.MonoBehaviour
Afficher le fichier Open project: hydrater/TLH Class Usage Examples

Méthodes publiques

Свойство Type Description
hp float
ragDoll GameObject
rektHuD getrekt,
stamCD float

Méthodes publiques

Méthode Description
OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
Start ( ) : void
Update ( ) : void
playerTakeDmg ( float dmg, string user ) : void

Private Methods

Méthode Description
playerTakeDamage ( float dmg, string user ) : void

Method Details

OnPhotonSerializeView() public méthode

public OnPhotonSerializeView ( PhotonStream, stream, PhotonMessageInfo, info ) : void
stream PhotonStream,
info PhotonMessageInfo,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

playerTakeDmg() public méthode

public playerTakeDmg ( float dmg, string user ) : void
dmg float
user string
Résultat void

Property Details

hp public_oe property

public float hp
Résultat float

ragDoll public_oe property

public GameObject ragDoll
Résultat GameObject

rektHuD public_oe property

public getrekt, rektHuD
Résultat getrekt,

stamCD public_oe property

public float stamCD
Résultat float