Property | Type | Description | |
---|---|---|---|
StealTime | System.TimeSpan |
Method | Description | |
---|---|---|
Add ( Item item, Server.Mobile thief, Server.Mobile victim ) : void | ||
Clean ( ) : void | ||
IsStolen ( Item item ) : bool | ||
IsStolen ( Item item, Server.Mobile &victim ) : bool | ||
ReturnOnDeath ( Server.Items.Container corpse ) : void | ||
StolenItem ( Item stolen, Server.Mobile thief, Server.Mobile victim ) : System |
public static Add ( Item item, Server.Mobile thief, Server.Mobile victim ) : void | ||
item | Item | |
thief | Server.Mobile | |
victim | Server.Mobile | |
return | void |
public static IsStolen ( Item item, Server.Mobile &victim ) : bool | ||
item | Item | |
victim | Server.Mobile | |
return | bool |
public static ReturnOnDeath ( Server.Items.Container corpse ) : void | ||
corpse | Server.Items.Container | |
return | void |
public StolenItem ( Item stolen, Server.Mobile thief, Server.Mobile victim ) : System | ||
stolen | Item | |
thief | Server.Mobile | |
victim | Server.Mobile | |
return | System |