C# 클래스 SleepHunter.Metadata.ComputedSpellLines

파일 보기 프로젝트 열기: ewrogers/SleepHunter4 1 사용 예제들

공개 메소드들

메소드 설명
ClearLines ( ) : void
ContainsLines ( string spellName ) : bool
GetLines ( string spellName ) : int?
RemoveLines ( string spellName ) : bool
SetLines ( string spellName, int lines ) : void

메소드 상세

ClearLines() 공개 메소드

public ClearLines ( ) : void
리턴 void

ContainsLines() 공개 메소드

public ContainsLines ( string spellName ) : bool
spellName string
리턴 bool

GetLines() 공개 메소드

public GetLines ( string spellName ) : int?
spellName string
리턴 int?

RemoveLines() 공개 메소드

public RemoveLines ( string spellName ) : bool
spellName string
리턴 bool

SetLines() 공개 메소드

public SetLines ( string spellName, int lines ) : void
spellName string
lines int
리턴 void