C# Class StatusCondition, RPGQuest

Inheritance: MonoBehaviour
Exibir arquivo Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
apply bool
change int
count int
execution StatusConditionExecution
setAfter int
setter ValueSetter
simpleOperator SimpleOperator
stopChange bool
time int
value int

Public Methods

Method Description
GetData ( Hashtable ht ) : Hashtable
InitChange ( int index, Combatant, target ) : void
OnCast ( ) : bool
OnTime ( ) : bool
OnTurn ( ) : bool
ResetChange ( int index, Combatant, target ) : void
SetChange ( int index, Combatant, target ) : void
SetData ( Hashtable ht ) : void
StatusCondition ( ) : System.Collections

Method Details

GetData() public method

public GetData ( Hashtable ht ) : Hashtable
ht Hashtable
return Hashtable

InitChange() public method

public InitChange ( int index, Combatant, target ) : void
index int
target Combatant,
return void

OnCast() public method

public OnCast ( ) : bool
return bool

OnTime() public method

public OnTime ( ) : bool
return bool

OnTurn() public method

public OnTurn ( ) : bool
return bool

ResetChange() public method

public ResetChange ( int index, Combatant, target ) : void
index int
target Combatant,
return void

SetChange() public method

public SetChange ( int index, Combatant, target ) : void
index int
target Combatant,
return void

SetData() public method

public SetData ( Hashtable ht ) : void
ht Hashtable
return void

StatusCondition() public method

public StatusCondition ( ) : System.Collections
return System.Collections

Property Details

apply public_oe property

public bool apply
return bool

change public_oe property

public int change
return int

count public_oe property

public int count
return int

execution public_oe property

public StatusConditionExecution execution
return StatusConditionExecution

setAfter public_oe property

public int setAfter
return int

setter public_oe property

public ValueSetter setter
return ValueSetter

simpleOperator public_oe property

public SimpleOperator simpleOperator
return SimpleOperator

stopChange public_oe property

public bool stopChange
return bool

time public_oe property

public int time
return int

value public_oe property

public int value
return int