C# Class wServer.realm.entities.StaticObject

Inheritance: Entity
Afficher le fichier Open project: C453/OryxKingdom Class Usage Examples

Méthodes publiques

Méthode Description
GetHP ( System.Xml.Linq.XElement elem ) : int?
StaticObject ( short objType, int life, bool stat, bool dying, bool hittestable ) : System
Tick ( RealmTime time ) : void

Méthodes protégées

Méthode Description
CheckHP ( ) : bool
ExportStats ( object>.IDictionary stats ) : void
ImportStats ( StatsType stats, object val ) : void

Private Methods

Méthode Description
IsInteractive ( short objType ) : bool

Method Details

CheckHP() protected méthode

protected CheckHP ( ) : bool
Résultat bool

ExportStats() protected méthode

protected ExportStats ( object>.IDictionary stats ) : void
stats object>.IDictionary
Résultat void

GetHP() public static méthode

public static GetHP ( System.Xml.Linq.XElement elem ) : int?
elem System.Xml.Linq.XElement
Résultat int?

ImportStats() protected méthode

protected ImportStats ( StatsType stats, object val ) : void
stats StatsType
val object
Résultat void

StaticObject() public méthode

public StaticObject ( short objType, int life, bool stat, bool dying, bool hittestable ) : System
objType short
life int
stat bool
dying bool
hittestable bool
Résultat System

Tick() public méthode

public Tick ( RealmTime time ) : void
time RealmTime
Résultat void