C# Class Server.Items.BaseLight

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

Public Properties

Property Type Description
Burnout bool

Private Properties

Property Type Description
BaseLight System
DoTimer void

Public Methods

Method Description
BaseLight ( Serial serial ) : System
Burn ( ) : void
Deserialize ( GenericReader reader ) : void
Douse ( ) : void
Ignite ( ) : void
OnDoubleClick ( Mobile from ) : void
PlayLitSound ( ) : void
PlayUnlitSound ( ) : void
Serialize ( GenericWriter writer ) : void

Private Methods

Method Description
BaseLight ( int itemID ) : System
DoTimer ( TimeSpan delay ) : void

Method Details

BaseLight() public method

public BaseLight ( Serial serial ) : System
serial Serial
return System

Burn() public method

public Burn ( ) : void
return void

Deserialize() public method

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

Douse() public method

public Douse ( ) : void
return void

Ignite() public method

public Ignite ( ) : void
return void

OnDoubleClick() public method

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

PlayLitSound() public method

public PlayLitSound ( ) : void
return void

PlayUnlitSound() public method

public PlayUnlitSound ( ) : void
return void

Serialize() public method

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

Property Details

Burnout public_oe static_oe property

public static bool Burnout
return bool