Метод | Описание | |
---|---|---|
AllowHousing ( Server.Mobile from, Server.Point3D p ) : bool | ||
CallGuards ( Server.Point3D p ) : void | ||
CheckGuardCandidate ( Server.Mobile m ) : void | ||
CheckVendorAccess ( |
||
Disable ( |
||
GuardedRegion ( |
||
GuardedRegion ( string name, Server.Map map, int priority ) : System | ||
Initialize ( ) : void | ||
IsDisabled ( ) : bool | ||
IsGuardCandidate ( Server.Mobile m ) : bool | ||
MakeGuard ( Server.Mobile focus ) : void | ||
OnAggressed ( Server.Mobile aggressor, Server.Mobile aggressed, bool criminal ) : void | ||
OnBeginSpellCast ( Server.Mobile m, ISpell s ) : bool | ||
OnCriminalAction ( Server.Mobile m, bool message ) : void | ||
OnEnter ( Server.Mobile m ) : void | ||
OnExit ( Server.Mobile m ) : void | ||
OnGotBeneficialAction ( Server.Mobile helper, Server.Mobile helped ) : void | ||
OnSpeech ( |
Метод | Описание | |
---|---|---|
CheckGuarded_OnCommand ( CommandEventArgs e ) : void | ||
SetGuarded_OnCommand ( CommandEventArgs e ) : void | ||
ToggleGuarded_OnCommand ( CommandEventArgs e ) : void |
public AllowHousing ( Server.Mobile from, Server.Point3D p ) : bool | ||
from | Server.Mobile | |
p | Server.Point3D | |
Результат | bool |
public CallGuards ( Server.Point3D p ) : void | ||
p | Server.Point3D | |
Результат | void |
public CheckGuardCandidate ( Server.Mobile m ) : void | ||
m | Server.Mobile | |
Результат | void |
public CheckVendorAccess ( |
||
vendor | ||
from | Server.Mobile | |
Результат | bool |
public static Disable ( |
||
reg | ||
Результат |
public GuardedRegion ( |
||
xml | ||
map | Server.Map | |
parent | Server.Region | |
Результат | System |
public GuardedRegion ( string name, Server.Map map, int priority ) : System | ||
name | string | |
map | Server.Map | |
priority | int | |
Результат | System |
public IsGuardCandidate ( Server.Mobile m ) : bool | ||
m | Server.Mobile | |
Результат | bool |
public MakeGuard ( Server.Mobile focus ) : void | ||
focus | Server.Mobile | |
Результат | void |
public OnAggressed ( Server.Mobile aggressor, Server.Mobile aggressed, bool criminal ) : void | ||
aggressor | Server.Mobile | |
aggressed | Server.Mobile | |
criminal | bool | |
Результат | void |
public OnBeginSpellCast ( Server.Mobile m, ISpell s ) : bool | ||
m | Server.Mobile | |
s | ISpell | |
Результат | bool |
public OnCriminalAction ( Server.Mobile m, bool message ) : void | ||
m | Server.Mobile | |
message | bool | |
Результат | void |
public OnGotBeneficialAction ( Server.Mobile helper, Server.Mobile helped ) : void | ||
helper | Server.Mobile | |
helped | Server.Mobile | |
Результат | void |
public OnSpeech ( |
||
args | ||
Результат | void |