C# Class Server.Items.BaseBook

Inheritance: Item, ISecurable
ファイルを表示 Open project: Grimoric/RunUO.T2A Class Usage Examples

Private Properties

Property Type Description
BaseBook System
BaseBook System
BaseBook System

Public Methods

Method Description
AddNameProperty ( ObjectPropertyList list ) : void
BaseBook ( Server.Serial serial ) : System
BaseBook ( int itemID, bool writable ) : System
ContentChange ( Server.Network.NetState state, PacketReader pvSrc ) : void
Deserialize ( Server.GenericReader reader ) : void
HeaderChange ( Server.Network.NetState state, PacketReader pvSrc ) : void
Initialize ( ) : void
OldHeaderChange ( Server.Network.NetState state, PacketReader pvSrc ) : void
OnDoubleClick ( Server.Mobile from ) : void
OnSingleClick ( Server.Mobile from ) : void
Serialize ( Server.GenericWriter writer ) : void

Private Methods

Method Description
BaseBook ( int itemID ) : System
BaseBook ( int itemID, int pageCount, bool writable ) : System
BaseBook ( int itemID, string title, string author, int pageCount, bool writable ) : System

Method Details

AddNameProperty() public method

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

BaseBook() public method

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

BaseBook() public method

public BaseBook ( int itemID, bool writable ) : System
itemID int
writable bool
return System

ContentChange() public static method

public static ContentChange ( Server.Network.NetState state, PacketReader pvSrc ) : void
state Server.Network.NetState
pvSrc PacketReader
return void

Deserialize() public method

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

HeaderChange() public static method

public static HeaderChange ( Server.Network.NetState state, PacketReader pvSrc ) : void
state Server.Network.NetState
pvSrc PacketReader
return void

Initialize() public static method

public static Initialize ( ) : void
return void

OldHeaderChange() public static method

public static OldHeaderChange ( Server.Network.NetState state, PacketReader pvSrc ) : void
state Server.Network.NetState
pvSrc PacketReader
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

Serialize() public method

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