C# Класс SRPG.Data.StatusAilment

Показать файл Открыть проект

Открытые методы

Метод Описание
BeginRound ( ) : void

Process status ailment effects that happen at the start of the round, such as sleep or stun stripping movement points.

CheckRemoval ( ) : void

Check whether or not a status ailment can be removed from a character.

EndRound ( ) : void

Process status ailment effects that happen at the end of the round, such as poison causing damage.

ProcessHit ( ) : void

Process a hit received by the character. This would remove sleep.

Remove ( ) : void

Remove a status ailment from a character. I'm not entirely sure what this does.

Описание методов

BeginRound() публичный Метод

Process status ailment effects that happen at the start of the round, such as sleep or stun stripping movement points.
public BeginRound ( ) : void
Результат void

CheckRemoval() публичный Метод

Check whether or not a status ailment can be removed from a character.
public CheckRemoval ( ) : void
Результат void

EndRound() публичный Метод

Process status ailment effects that happen at the end of the round, such as poison causing damage.
public EndRound ( ) : void
Результат void

ProcessHit() публичный Метод

Process a hit received by the character. This would remove sleep.
public ProcessHit ( ) : void
Результат void

Remove() публичный Метод

Remove a status ailment from a character. I'm not entirely sure what this does.
public Remove ( ) : void
Результат void