C# Class Dwarrowdelf.Client.ItemObject

Inheritance: ConcreteObject, IItemObject, ISaveGameDelegate
Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Private Properties

Свойство Type Description
CreateItemDescription void
ISaveGameDelegate object
ISaveGameDelegate void
SetSymbol void
UseAltSymbol bool

Méthodes publiques

Méthode 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

Méthode Description
CreateItemDescription ( ) : void
ISaveGameDelegate ( ) : object
ISaveGameDelegate ( object _data ) : void
SetSymbol ( ) : void
UseAltSymbol ( ) : bool

Method Details

ItemObject() public méthode

For Design-time only
public ItemObject ( ) : System
Résultat System

ItemObject() public méthode

public ItemObject ( World world, ObjectID objectID ) : System
world World
objectID ObjectID
Résultat System

ReceiveObjectData() public méthode

public ReceiveObjectData ( BaseGameObjectData _data ) : void
_data BaseGameObjectData
Résultat void

SetProperty() public méthode

public SetProperty ( PropertyID propertyID, object value ) : void
propertyID PropertyID
value object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string