C# 클래스 invertika_game.Game.AttributeManager

파일 보기 프로젝트 열기: Invertika/server

공개 메소드들

메소드 설명
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