C# 클래스 DivineRightGame.CombatHandling.HealthCheckManager

Class for handling Health Checks, bleeding, stunning and the like
파일 보기 프로젝트 열기: Haedrian/Divine-Right

공개 메소드들

메소드 설명
CheckHealth ( Actor actor ) : ActionFeedback[]

Checks for health and decides whether the character should be dead Also bleeds the character Also checks whether the character is stunned or not

HealCharacter ( Actor actor, int rounds ) : void

Heal this character if they require it You heal one point each time, +1 for every 5 levels in Healing Healing happens top down

메소드 상세

CheckHealth() 공개 정적인 메소드

Checks for health and decides whether the character should be dead Also bleeds the character Also checks whether the character is stunned or not
public static CheckHealth ( Actor actor ) : ActionFeedback[]
actor DRObjects.Actor
리턴 ActionFeedback[]

HealCharacter() 공개 정적인 메소드

Heal this character if they require it You heal one point each time, +1 for every 5 levels in Healing Healing happens top down
public static HealCharacter ( Actor actor, int rounds ) : void
actor DRObjects.Actor
rounds int The amount of rounds we're going to do this for.
리턴 void