C# Class TeamRoundsInitiativeScheduler, SRPGCK

Inheritance: Scheduler
Afficher le fichier Open project: JoeOsborn/SRPGCK Class Usage Examples

Méthodes publiques

Свойство Type Description
activeInitiative float
currentTeam int
order List
teamCount int

Méthodes publiques

Méthode Description
Activate ( Character, c, object ctx = null ) : void
ApplySkillAfterDelay ( SkillDef, s, Vector3 start, List ts, float delay ) : void
BeginRound ( ) : void
DidSpecialMoveCharacter ( CharacterSpecialMoveReport csmr ) : void
EndRound ( ) : void
FixedUpdate ( ) : void
SkillApplied ( SkillDef, s ) : void
Start ( ) : void
WillSpecialMoveCharacter ( CharacterSpecialMoveReport csmr ) : void

Méthodes protégées

Méthode Description
Begin ( ) : void

Method Details

Activate() public méthode

public Activate ( Character, c, object ctx = null ) : void
c Character,
ctx object
Résultat void

ApplySkillAfterDelay() public méthode

public ApplySkillAfterDelay ( SkillDef, s, Vector3 start, List ts, float delay ) : void
s SkillDef,
start Vector3
ts List
delay float
Résultat void

Begin() protected méthode

protected Begin ( ) : void
Résultat void

BeginRound() public méthode

public BeginRound ( ) : void
Résultat void

DidSpecialMoveCharacter() public méthode

public DidSpecialMoveCharacter ( CharacterSpecialMoveReport csmr ) : void
csmr CharacterSpecialMoveReport
Résultat void

EndRound() public méthode

public EndRound ( ) : void
Résultat void

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

SkillApplied() public méthode

public SkillApplied ( SkillDef, s ) : void
s SkillDef,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

WillSpecialMoveCharacter() public méthode

public WillSpecialMoveCharacter ( CharacterSpecialMoveReport csmr ) : void
csmr CharacterSpecialMoveReport
Résultat void

Property Details

activeInitiative public_oe property

public float activeInitiative
Résultat float

currentTeam public_oe property

public int currentTeam
Résultat int

order public_oe property

public List order
Résultat List

teamCount public_oe property

public int teamCount
Résultat int