C# Class invertika_game.Game.AttributeManager

Afficher le fichier Open project: Invertika/server

Méthodes publiques

Méthode Description
AttributeManager ( string file ) : System
getAttributeScope ( ScopeType type ) : List>.Dictionary
initialize ( ) : void

Private Methods

Méthode Description
getAttributeInfo ( int id ) : List
getLocation ( string tag ) : ModifierLocation
getTag ( ModifierLocation location ) : string
isAttributeDirectlyModifiable ( int id ) : bool
readAttributeNode ( ) : void
readAttributesFile ( ) : void
readModifierNode ( ) : void
reload ( ) : void

Method Details

AttributeManager() public méthode

public AttributeManager ( string file ) : System
file string
Résultat System

getAttributeScope() public méthode

public getAttributeScope ( ScopeType type ) : List>.Dictionary
type ScopeType
Résultat List>.Dictionary

initialize() public méthode

public initialize ( ) : void
Résultat void