C# Class Server.Items.HouseRaffleStone

Inheritance: Item
Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Свойство Type Description
ExpirationTime System.TimeSpan

Private Properties

Свойство Type Description
HasEntered bool
HouseRaffleStone System
InvalidateRegion void
IsAtIPLimit bool

Méthodes publiques

Méthode Description
CheckEnd ( ) : void
CheckEnd_OnTick ( ) : void
Deserialize ( Server.GenericReader reader ) : void
FormatLocation ( ) : string
FormatLocation ( Server.Point3D loc, Server.Map map, bool displayMap ) : string
FormatPrice ( ) : string
GetContextMenuEntries ( Server.Mobile from, List list ) : void
GetPlotCenter ( ) : Server.Point3D
GetProperties ( ObjectPropertyList list ) : void
HouseRaffleStone ( Server.Serial serial ) : System
Initialize ( ) : void
OnDelete ( ) : void
OnDoubleClick ( Server.Mobile from ) : void
OnSingleClick ( Server.Mobile from ) : void
Purchase_Callback ( Server.Mobile from, bool okay, object state ) : void
Serialize ( Server.GenericWriter writer ) : void
ValidLocation ( ) : bool

Private Methods

Méthode Description
HasEntered ( Server.Mobile from ) : bool
HouseRaffleStone ( ) : System
InvalidateRegion ( ) : void
IsAtIPLimit ( Server.Mobile from ) : bool

Method Details

CheckEnd() public méthode

public CheckEnd ( ) : void
Résultat void

CheckEnd_OnTick() public static méthode

public static CheckEnd_OnTick ( ) : void
Résultat void

Deserialize() public méthode

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
Résultat void

FormatLocation() public méthode

public FormatLocation ( ) : string
Résultat string

FormatLocation() public static méthode

public static FormatLocation ( Server.Point3D loc, Server.Map map, bool displayMap ) : string
loc Server.Point3D
map Server.Map
displayMap bool
Résultat string

FormatPrice() public méthode

public FormatPrice ( ) : string
Résultat string

GetContextMenuEntries() public méthode

public GetContextMenuEntries ( Server.Mobile from, List list ) : void
from Server.Mobile
list List
Résultat void

GetPlotCenter() public méthode

public GetPlotCenter ( ) : Server.Point3D
Résultat Server.Point3D

GetProperties() public méthode

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
Résultat void

HouseRaffleStone() public méthode

public HouseRaffleStone ( Server.Serial serial ) : System
serial Server.Serial
Résultat System

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

OnDelete() public méthode

public OnDelete ( ) : void
Résultat void

OnDoubleClick() public méthode

public OnDoubleClick ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

OnSingleClick() public méthode

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

Purchase_Callback() public méthode

public Purchase_Callback ( Server.Mobile from, bool okay, object state ) : void
from Server.Mobile
okay bool
state object
Résultat void

Serialize() public méthode

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
Résultat void

ValidLocation() public méthode

public ValidLocation ( ) : bool
Résultat bool

Property Details

ExpirationTime public_oe static_oe property

public static TimeSpan,System ExpirationTime
Résultat System.TimeSpan