C# Class Server.Items.HouseRaffleStone

Inheritance: Item
Mostrar archivo Open project: brodock/runuo Class Usage Examples

Public Properties

Property Type Description
ExpirationTime System.TimeSpan

Private Properties

Property Type Description
HasEntered bool
HouseRaffleStone System
InvalidateRegion void
IsAtIPLimit bool

Public Methods

Method 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

Method Description
HasEntered ( Server.Mobile from ) : bool
HouseRaffleStone ( ) : System
InvalidateRegion ( ) : void
IsAtIPLimit ( Server.Mobile from ) : bool

Method Details

CheckEnd() public method

public CheckEnd ( ) : void
return void

CheckEnd_OnTick() public static method

public static CheckEnd_OnTick ( ) : void
return void

Deserialize() public method

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
return void

FormatLocation() public method

public FormatLocation ( ) : string
return string

FormatLocation() public static method

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

FormatPrice() public method

public FormatPrice ( ) : string
return string

GetContextMenuEntries() public method

public GetContextMenuEntries ( Server.Mobile from, List list ) : void
from Server.Mobile
list List
return void

GetPlotCenter() public method

public GetPlotCenter ( ) : Server.Point3D
return Server.Point3D

GetProperties() public method

public GetProperties ( ObjectPropertyList list ) : void
list Server.ObjectPropertyList
return void

HouseRaffleStone() public method

public HouseRaffleStone ( Server.Serial serial ) : System
serial Server.Serial
return System

Initialize() public static method

public static Initialize ( ) : void
return void

OnDelete() public method

public OnDelete ( ) : void
return void

OnDoubleClick() public method

public OnDoubleClick ( Server.Mobile from ) : void
from Server.Mobile
return void

OnSingleClick() public method

public OnSingleClick ( Server.Mobile from ) : void
from Server.Mobile
return void

Purchase_Callback() public method

public Purchase_Callback ( Server.Mobile from, bool okay, object state ) : void
from Server.Mobile
okay bool
state object
return void

Serialize() public method

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
return void

ValidLocation() public method

public ValidLocation ( ) : bool
return bool

Property Details

ExpirationTime public_oe static_oe property

public static TimeSpan,System ExpirationTime
return System.TimeSpan