C# Class Seeker.Prototypes.Actions

Afficher le fichier Open project: mig1023/seeker

Méthodes publiques

Méthode Description
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

Method Details

AdditionalStatus() public méthode

public AdditionalStatus ( ) : List
Résultat List

CheckOnlyIf() public méthode

public CheckOnlyIf ( string option ) : bool
option string
Résultat bool

CheckOnlyIfTrigger() public static méthode

public static CheckOnlyIfTrigger ( string option ) : bool
option string
Résultat bool

Do() public méthode

public Do ( bool &reload, string action = "", bool trigger = false ) : List
reload bool
action string
trigger bool
Résultat List

GameOver() public méthode

public GameOver ( int &toEndParagraph, string &toEndText ) : bool
toEndParagraph int
toEndText string
Résultat bool

GameOverBy() public méthode

public GameOverBy ( int param, int &toEndParagraph, string &toEndText ) : bool
param int
toEndParagraph int
toEndText string
Résultat bool

IsButtonEnabled() public méthode

public IsButtonEnabled ( ) : bool
Résultat bool

IsHealingEnabled() public méthode

public IsHealingEnabled ( ) : bool
Résultat bool

Representer() public méthode

public Representer ( ) : List
Résultat List

StaticAction() public méthode

public StaticAction ( string action ) : bool
action string
Résultat bool

StaticButtons() public méthode

public StaticButtons ( ) : List
Résultat List

Status() public méthode

public Status ( ) : List
Résultat List

TextByOptions() public méthode

public TextByOptions ( string option ) : string
option string
Résultat string

UseHealing() public méthode

public UseHealing ( int healingLevel ) : void
healingLevel int
Résultat void