C# Class TeamRoundsInitiativeScheduler, SRPGCK

Inheritance: Scheduler
Datei anzeigen Open project: JoeOsborn/SRPGCK Class Usage Examples

Public Properties

Property Type Description
activeInitiative float
currentTeam int
order List
teamCount int

Public Methods

Method 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

Protected Methods

Method Description
Begin ( ) : void

Method Details

Activate() public method

public Activate ( Character, c, object ctx = null ) : void
c Character,
ctx object
return void

ApplySkillAfterDelay() public method

public ApplySkillAfterDelay ( SkillDef, s, Vector3 start, List ts, float delay ) : void
s SkillDef,
start Vector3
ts List
delay float
return void

Begin() protected method

protected Begin ( ) : void
return void

BeginRound() public method

public BeginRound ( ) : void
return void

DidSpecialMoveCharacter() public method

public DidSpecialMoveCharacter ( CharacterSpecialMoveReport csmr ) : void
csmr CharacterSpecialMoveReport
return void

EndRound() public method

public EndRound ( ) : void
return void

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

SkillApplied() public method

public SkillApplied ( SkillDef, s ) : void
s SkillDef,
return void

Start() public method

public Start ( ) : void
return void

WillSpecialMoveCharacter() public method

public WillSpecialMoveCharacter ( CharacterSpecialMoveReport csmr ) : void
csmr CharacterSpecialMoveReport
return void

Property Details

activeInitiative public_oe property

public float activeInitiative
return float

currentTeam public_oe property

public int currentTeam
return int

order public_oe property

public List order
return List

teamCount public_oe property

public int teamCount
return int