C# 클래스 Seeker.Prototypes.Actions

파일 보기 프로젝트 열기: mig1023/seeker

공개 메소드들

메소드 설명
AdditionalStatus ( ) : List
CheckOnlyIf ( string option ) : bool
CheckOnlyIfTrigger ( string option ) : bool
Do ( bool &reload, string action = "", bool trigger = false ) : List
GameOver ( int &toEndParagraph, string &toEndText ) : bool
GameOverBy ( int param, int &toEndParagraph, string &toEndText ) : bool
IsButtonEnabled ( ) : bool
IsHealingEnabled ( ) : bool
Representer ( ) : List
StaticAction ( string action ) : bool
StaticButtons ( ) : List
Status ( ) : List
TextByOptions ( string option ) : string
UseHealing ( int healingLevel ) : void

메소드 상세

AdditionalStatus() 공개 메소드

public AdditionalStatus ( ) : List
리턴 List

CheckOnlyIf() 공개 메소드

public CheckOnlyIf ( string option ) : bool
option string
리턴 bool

CheckOnlyIfTrigger() 공개 정적인 메소드

public static CheckOnlyIfTrigger ( string option ) : bool
option string
리턴 bool

Do() 공개 메소드

public Do ( bool &reload, string action = "", bool trigger = false ) : List
reload bool
action string
trigger bool
리턴 List

GameOver() 공개 메소드

public GameOver ( int &toEndParagraph, string &toEndText ) : bool
toEndParagraph int
toEndText string
리턴 bool

GameOverBy() 공개 메소드

public GameOverBy ( int param, int &toEndParagraph, string &toEndText ) : bool
param int
toEndParagraph int
toEndText string
리턴 bool

IsButtonEnabled() 공개 메소드

public IsButtonEnabled ( ) : bool
리턴 bool

IsHealingEnabled() 공개 메소드

public IsHealingEnabled ( ) : bool
리턴 bool

Representer() 공개 메소드

public Representer ( ) : List
리턴 List

StaticAction() 공개 메소드

public StaticAction ( string action ) : bool
action string
리턴 bool

StaticButtons() 공개 메소드

public StaticButtons ( ) : List
리턴 List

Status() 공개 메소드

public Status ( ) : List
리턴 List

TextByOptions() 공개 메소드

public TextByOptions ( string option ) : string
option string
리턴 string

UseHealing() 공개 메소드

public UseHealing ( int healingLevel ) : void
healingLevel int
리턴 void