C# Class Server.Items.InteriorDecorator

Inheritance: Item
Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description
InteriorDecorator Server.Network

Public Methods

Method Description
CheckUse ( Server.Mobile from ) : bool
Deserialize ( Server.GenericReader reader ) : void
GetProperties ( ObjectPropertyList list ) : void
InHouse ( Server.Mobile from ) : bool
InteriorDecorator ( Server.Serial serial ) : Server.Network
OnDoubleClick ( Server.Mobile from ) : void
Serialize ( Server.GenericWriter writer ) : void

Private Methods

Method Description
InteriorDecorator ( ) : Server.Network

Method Details

CheckUse() public static method

public static CheckUse ( Server.Mobile from ) : bool
from Server.Mobile
return bool

Deserialize() public method

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

GetProperties() public method

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

InHouse() public static method

public static InHouse ( Server.Mobile from ) : bool
from Server.Mobile
return bool

InteriorDecorator() public method

public InteriorDecorator ( Server.Serial serial ) : Server.Network
serial Server.Serial
return Server.Network

OnDoubleClick() public method

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

Serialize() public method

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