C# Class wServer.logic.HpLesserCond

Inheritance: ConditionalBehavior
Exibir arquivo Open project: C453/OryxKingdom Class Usage Examples

Public Methods

Method Description
Instance ( int threshold, Behavior result, Behavior no = null ) : HpLesserCond

Protected Methods

Method Description
BehaveCore ( BehaviorCondition cond, RealmTime time, object state ) : void
ConditionMeetCore ( ) : bool

Private Methods

Method Description
HpLesserCond ( int threshold, Behavior result, Behavior no ) : System

Method Details

BehaveCore() protected method

protected BehaveCore ( BehaviorCondition cond, RealmTime time, object state ) : void
cond BehaviorCondition
time wServer.realm.RealmTime
state object
return void

ConditionMeetCore() protected method

protected ConditionMeetCore ( ) : bool
return bool

Instance() public static method

public static Instance ( int threshold, Behavior result, Behavior no = null ) : HpLesserCond
threshold int
result Behavior
no Behavior
return HpLesserCond