C# Class wServer.logic.HpLesserCond

Inheritance: ConditionalBehavior
Afficher le fichier Open project: C453/OryxKingdom Class Usage Examples

Méthodes publiques

Méthode Description
Instance ( int threshold, Behavior result, Behavior no = null ) : HpLesserCond

Méthodes protégées

Méthode Description
BehaveCore ( BehaviorCondition cond, RealmTime time, object state ) : void
ConditionMeetCore ( ) : bool

Private Methods

Méthode Description
HpLesserCond ( int threshold, Behavior result, Behavior no ) : System

Method Details

BehaveCore() protected méthode

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

ConditionMeetCore() protected méthode

protected ConditionMeetCore ( ) : bool
Résultat bool

Instance() public static méthode

public static Instance ( int threshold, Behavior result, Behavior no = null ) : HpLesserCond
threshold int
result Behavior
no Behavior
Résultat HpLesserCond