C# Класс invertika_game.Game.AttributeManager

Показать файл Открыть проект

Открытые методы

Метод Описание
AttributeManager ( string file ) : System
getAttributeScope ( ScopeType type ) : List>.Dictionary
initialize ( ) : void

Приватные методы

Метод Описание
getAttributeInfo ( int id ) : List
getLocation ( string tag ) : ModifierLocation
getTag ( ModifierLocation location ) : string
isAttributeDirectlyModifiable ( int id ) : bool
readAttributeNode ( ) : void
readAttributesFile ( ) : void
readModifierNode ( ) : void
reload ( ) : void

Описание методов

AttributeManager() публичный Метод

public AttributeManager ( string file ) : System
file string
Результат System

getAttributeScope() публичный Метод

public getAttributeScope ( ScopeType type ) : List>.Dictionary
type ScopeType
Результат List>.Dictionary

initialize() публичный Метод

public initialize ( ) : void
Результат void