1. I'm looking for a method or property of BasePlayer that will show their current health.

    For example, when OnPlayerAttack is called I want to get the health of the Attacker and if they are attacking another player I want to get their health too.

    I'm having a hard time finding this property in BasePlayer.
     
  2. Code:
    float hp = player.health;
    
    I'm actually suprised it wasn't under metabolism
     
  3. Where exactly are you seeing that?
     
  4. in BasePlayer
     
  5. This file contain member your need
     

    Attached Files: