C# Класс wServer.logic.ConditionalBehavior

Наследование: BehaviorBase
Показать файл Открыть проект

Открытые методы

Метод Описание
Behave ( BehaviorCondition cond, IBehaviorHost host, RealmTime time, object state ) : void
Behave ( BehaviorCondition cond, IBehaviorHost host, RealmTime time, object state, string msg ) : void
Behave ( BehaviorCondition cond, IBehaviorHost host, RealmTime time, object state, string msg, Player player ) : void
ConditionMeet ( IBehaviorHost host ) : bool

Защищенные методы

Метод Описание
BehaveCore ( BehaviorCondition cond, RealmTime time, object state ) : void
BehaveCore ( BehaviorCondition cond, RealmTime time, object state, string msg ) : void
BehaveCore ( BehaviorCondition cond, RealmTime time, object state, string msg, Player player ) : void
ConditionMeetCore ( ) : bool
Taunt ( string txt ) : void

Описание методов

Behave() публичный Метод

public Behave ( BehaviorCondition cond, IBehaviorHost host, RealmTime time, object state ) : void
cond BehaviorCondition
host IBehaviorHost
time wServer.realm.RealmTime
state object
Результат void

Behave() публичный Метод

public Behave ( BehaviorCondition cond, IBehaviorHost host, RealmTime time, object state, string msg ) : void
cond BehaviorCondition
host IBehaviorHost
time wServer.realm.RealmTime
state object
msg string
Результат void

Behave() публичный Метод

public Behave ( BehaviorCondition cond, IBehaviorHost host, RealmTime time, object state, string msg, Player player ) : void
cond BehaviorCondition
host IBehaviorHost
time wServer.realm.RealmTime
state object
msg string
player wServer.realm.entities.Player
Результат void

BehaveCore() защищенный Метод

protected BehaveCore ( BehaviorCondition cond, RealmTime time, object state ) : void
cond BehaviorCondition
time wServer.realm.RealmTime
state object
Результат void

BehaveCore() защищенный Метод

protected BehaveCore ( BehaviorCondition cond, RealmTime time, object state, string msg ) : void
cond BehaviorCondition
time wServer.realm.RealmTime
state object
msg string
Результат void

BehaveCore() защищенный Метод

protected BehaveCore ( BehaviorCondition cond, RealmTime time, object state, string msg, Player player ) : void
cond BehaviorCondition
time wServer.realm.RealmTime
state object
msg string
player wServer.realm.entities.Player
Результат void

ConditionMeet() публичный Метод

public ConditionMeet ( IBehaviorHost host ) : bool
host IBehaviorHost
Результат bool

ConditionMeetCore() защищенный Метод

protected ConditionMeetCore ( ) : bool
Результат bool

Taunt() защищенный Метод

protected Taunt ( string txt ) : void
txt string
Результат void