C# Class QuestionInterface, RPGQuest

Afficher le fichier Open project: hughrogers/RPGQuest

Méthodes publiques

Свойство Type Description
choiceActions int[]
choices ChoiceContent[],
controlType ControlType
dialoguePosition int
message string

Méthodes publiques

Méthode Description
ChoiceSelected ( int index ) : bool
CreateChoices ( ) : void

Method Details

ChoiceSelected() public abstract méthode

public abstract ChoiceSelected ( int index ) : bool
index int
Résultat bool

CreateChoices() public abstract méthode

public abstract CreateChoices ( ) : void
Résultat void

Property Details

choiceActions public_oe property

public int[] choiceActions
Résultat int[]

choices public_oe property

public ChoiceContent[], choices
Résultat ChoiceContent[],

controlType public_oe property

public ControlType controlType
Résultat ControlType

dialoguePosition public_oe property

public int dialoguePosition
Résultat int

message public_oe property

public string message
Résultat string