C# Class Dwarrowdelf.Client.ItemObject

Inheritance: ConcreteObject, IItemObject, ISaveGameDelegate
ファイルを表示 Open project: tomba/dwarrowdelf Class Usage Examples

Private Properties

Property Type Description
CreateItemDescription void
ISaveGameDelegate object
ISaveGameDelegate void
SetSymbol void
UseAltSymbol bool

Public Methods

Method Description
ItemObject ( ) : System

For Design-time only

ItemObject ( World world, ObjectID objectID ) : System
ReceiveObjectData ( BaseGameObjectData _data ) : void
SetProperty ( PropertyID propertyID, object value ) : void
ToString ( ) : string

Private Methods

Method Description
CreateItemDescription ( ) : void
ISaveGameDelegate ( ) : object
ISaveGameDelegate ( object _data ) : void
SetSymbol ( ) : void
UseAltSymbol ( ) : bool

Method Details

ItemObject() public method

For Design-time only
public ItemObject ( ) : System
return System

ItemObject() public method

public ItemObject ( World world, ObjectID objectID ) : System
world World
objectID ObjectID
return System

ReceiveObjectData() public method

public ReceiveObjectData ( BaseGameObjectData _data ) : void
_data BaseGameObjectData
return void

SetProperty() public method

public SetProperty ( PropertyID propertyID, object value ) : void
propertyID PropertyID
value object
return void

ToString() public method

public ToString ( ) : string
return string