Property | Type | Description | |
---|---|---|---|
AddArmorRating | void | ||
CheckBlock | bool | ||
CheckContentForTrade | int | ||
CreateHair | void | ||
DeltaEnemies | void | ||
Disconnect | void | ||
EventSink_Connected | void | ||
EventSink_Disconnected | void | ||
FindItems_Callback | bool | ||
InternalChangeHair | void | ||
InternalRestoreHair | void | ||
OnLogin | void | ||
OnLogout | void | ||
RevertHair | void | ||
SendToStaffMessage | void | ||
ValidateEquipment_Sandbox | void |
Method | Description | |
---|---|---|
AddBuff ( BuffInfo b ) : void | ||
Animate ( int action, int frameCount, int repeatCount, bool forward, bool repeat, int delay ) : void | ||
AntiMacroCheck ( Skill skill, object obj ) : bool | ||
ApplyPoison ( Mobile from, Poison poison ) : ApplyPoisonResult | ||
CanBeHarmful ( Mobile target, bool message, bool ignoreOurBlessedness ) : bool | ||
CanSee ( Mobile m ) : bool | ||
CheckEquip ( Item item ) : bool | ||
CheckKillDecay ( ) : void | ||
CheckLightLevels ( bool forceResend ) : void | ||
CheckNonlocalDrop ( Mobile from, Item item, Item target ) : bool | ||
CheckShove ( Mobile shoved ) : bool | ||
CheckTrade ( Mobile to, Item item, SecureTradeContainer cont, bool message, bool checkItems, int plusItems, int plusWeight ) : bool | ||
CheckedAnimate ( int action, int frameCount, int repeatCount, bool forward, bool repeat, int delay ) : void | ||
ComputeBaseLightLevels ( int &global, int &personal ) : void | ||
ComputeMovementSpeed ( Direction dir, bool checkTurning ) : TimeSpan | ||
Delta ( MobileDelta flag ) : void | ||
Deserialize ( GenericReader reader ) : void | ||
DisruptiveAction ( ) : void | ||
GetDirection4 ( Point3D from, Point3D to ) : Direction | ||
GetFlag ( PlayerFlag flag ) : bool | ||
GetLogoutDelay ( ) : TimeSpan | ||
GetOldPacketFlags ( ) : int | ||
GetPacketFlags ( ) : int | ||
Initialize ( ) : void | ||
InvalidateMyRunUO ( ) : void | ||
IsHarmfulCriminal ( Mobile target ) : bool | ||
Move ( Direction d ) : bool | ||
MoveToWorld ( Point3D loc, Map map ) : void | ||
MovementThrottle_Callback ( NetState ns ) : bool | ||
MutateSpeech ( List |
||
OnAccessLevelChanged ( AccessLevel oldLevel ) : void | ||
OnAfterDelete ( ) : void | ||
OnBeforeDeath ( ) : bool | ||
OnDamage ( int amount, Mobile from, bool willKill ) : void | ||
OnDeath ( Container c ) : void | ||
OnDelete ( ) : void | ||
OnDoubleClick ( Mobile from ) : void | ||
OnDroppedItemToWorld ( Item item, Point3D location ) : bool | ||
OnFameChange ( int oldValue ) : void | ||
OnGenderChanged ( bool oldFemale ) : void | ||
OnGuildChange ( Server oldGuild ) : void | ||
OnGuildTitleChange ( string oldTitle ) : void | ||
OnItemAdded ( Item item ) : void | ||
OnItemRemoved ( Item item ) : void | ||
OnKarmaChange ( int oldValue ) : void | ||
OnMoveOver ( Mobile m ) : bool | ||
OnNetStateChanged ( ) : void | ||
OnRawStatChange ( StatType stat, int oldValue ) : void | ||
OnSpeech ( SpeechEventArgs e ) : void | ||
OnSubItemAdded ( Item item ) : void | ||
PlayerMobile ( ) : System | ||
PlayerMobile ( Serial s ) : System | ||
RecheckTownProtection ( ) : void | ||
RemoveBuff ( BuffIcon b ) : void | ||
RemoveBuff ( BuffInfo b ) : void | ||
ResendBuffs ( ) : void | ||
ResetKillTime ( ) : void | ||
Resurrect ( ) : void | ||
RevealingAction ( ) : void | ||
Serialize ( GenericWriter writer ) : void | ||
SetFlag ( PlayerFlag flag, bool value ) : void | ||
SetHairMods ( int hairID, int beardID ) : void | ||
SetLocation ( Point3D loc, bool isTeleport ) : void | ||
SetMountBlock ( BlockMountType type, TimeSpan duration, bool dismount ) : void | ||
ValidateEquipment ( ) : void |
Method | Description | |
---|---|---|
OnLocationChange ( Point3D oldLocation ) : void | ||
OnRaceChange ( Race oldRace ) : void |
Method | Description | |
---|---|---|
AddArmorRating ( double &rating, Item armor ) : void | ||
CheckBlock ( MountBlock block ) : bool | ||
CheckContentForTrade ( Item item ) : int | ||
CreateHair ( bool hair, int id, int hue ) : void | ||
DeltaEnemies ( Type oldType, Type newType ) : void | ||
Disconnect ( object state ) : void | ||
EventSink_Connected ( ConnectedEventArgs e ) : void | ||
EventSink_Disconnected ( DisconnectedEventArgs e ) : void | ||
FindItems_Callback ( Item item ) : bool | ||
InternalChangeHair ( bool hair, int id, int &storeID, int &storeHue ) : void | ||
InternalRestoreHair ( bool hair, int &id, int &hue ) : void | ||
OnLogin ( LoginEventArgs e ) : void | ||
OnLogout ( LogoutEventArgs e ) : void | ||
RevertHair ( ) : void | ||
SendToStaffMessage ( Mobile from, string text ) : void | ||
ValidateEquipment_Sandbox ( ) : void |
public Animate ( int action, int frameCount, int repeatCount, bool forward, bool repeat, int delay ) : void | ||
action | int | |
frameCount | int | |
repeatCount | int | |
forward | bool | |
repeat | bool | |
delay | int | |
return | void |
public AntiMacroCheck ( Skill skill, object obj ) : bool | ||
skill | Skill | |
obj | object | |
return | bool |
public ApplyPoison ( Mobile from, Poison poison ) : ApplyPoisonResult | ||
from | Mobile | |
poison | Poison | |
return | ApplyPoisonResult |
public CanBeHarmful ( Mobile target, bool message, bool ignoreOurBlessedness ) : bool | ||
target | Mobile | |
message | bool | |
ignoreOurBlessedness | bool | |
return | bool |
public CheckLightLevels ( bool forceResend ) : void | ||
forceResend | bool | |
return | void |
public CheckNonlocalDrop ( Mobile from, Item item, Item target ) : bool | ||
from | Mobile | |
item | Item | |
target | Item | |
return | bool |
public CheckTrade ( Mobile to, Item item, SecureTradeContainer cont, bool message, bool checkItems, int plusItems, int plusWeight ) : bool | ||
to | Mobile | |
item | Item | |
cont | SecureTradeContainer | |
message | bool | |
checkItems | bool | |
plusItems | int | |
plusWeight | int | |
return | bool |
public CheckedAnimate ( int action, int frameCount, int repeatCount, bool forward, bool repeat, int delay ) : void | ||
action | int | |
frameCount | int | |
repeatCount | int | |
forward | bool | |
repeat | bool | |
delay | int | |
return | void |
public ComputeBaseLightLevels ( int &global, int &personal ) : void | ||
global | int | |
personal | int | |
return | void |
public ComputeMovementSpeed ( Direction dir, bool checkTurning ) : TimeSpan | ||
dir | Direction | |
checkTurning | bool | |
return | TimeSpan |
public Deserialize ( GenericReader reader ) : void | ||
reader | GenericReader | |
return | void |
public static GetDirection4 ( Point3D from, Point3D to ) : Direction | ||
from | Point3D | |
to | Point3D | |
return | Direction |
public IsHarmfulCriminal ( Mobile target ) : bool | ||
target | Mobile | |
return | bool |
public MoveToWorld ( Point3D loc, Map map ) : void | ||
loc | Point3D | |
map | Map | |
return | void |
public static MovementThrottle_Callback ( NetState ns ) : bool | ||
ns | NetState | |
return | bool |
public MutateSpeech ( List |
||
hears | List |
|
text | string | |
context | object | |
return | bool |
public OnAccessLevelChanged ( AccessLevel oldLevel ) : void | ||
oldLevel | AccessLevel | |
return | void |
public OnDamage ( int amount, Mobile from, bool willKill ) : void | ||
amount | int | |
from | Mobile | |
willKill | bool | |
return | void |
public OnDroppedItemToWorld ( Item item, Point3D location ) : bool | ||
item | Item | |
location | Point3D | |
return | bool |
public OnGenderChanged ( bool oldFemale ) : void | ||
oldFemale | bool | |
return | void |
public OnGuildChange ( Server oldGuild ) : void | ||
oldGuild | Server | |
return | void |
public OnGuildTitleChange ( string oldTitle ) : void | ||
oldTitle | string | |
return | void |
protected OnLocationChange ( Point3D oldLocation ) : void | ||
oldLocation | Point3D | |
return | void |
protected OnRaceChange ( Race oldRace ) : void | ||
oldRace | Race | |
return | void |
public OnRawStatChange ( StatType stat, int oldValue ) : void | ||
stat | StatType | |
oldValue | int | |
return | void |
public Serialize ( GenericWriter writer ) : void | ||
writer | GenericWriter | |
return | void |
public SetFlag ( PlayerFlag flag, bool value ) : void | ||
flag | PlayerFlag | |
value | bool | |
return | void |
public SetHairMods ( int hairID, int beardID ) : void | ||
hairID | int | |
beardID | int | |
return | void |
public SetLocation ( Point3D loc, bool isTeleport ) : void | ||
loc | Point3D | |
isTeleport | bool | |
return | void |
public SetMountBlock ( BlockMountType type, TimeSpan duration, bool dismount ) : void | ||
type | BlockMountType | |
duration | TimeSpan | |
dismount | bool | |
return | void |