C# Class QuestionInterface, RPGQuest

Datei anzeigen Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
choiceActions int[]
choices ChoiceContent[],
controlType ControlType
dialoguePosition int
message string

Public Methods

Method Description
ChoiceSelected ( int index ) : bool
CreateChoices ( ) : void

Method Details

ChoiceSelected() public abstract method

public abstract ChoiceSelected ( int index ) : bool
index int
return bool

CreateChoices() public abstract method

public abstract CreateChoices ( ) : void
return void

Property Details

choiceActions public_oe property

public int[] choiceActions
return int[]

choices public_oe property

public ChoiceContent[], choices
return ChoiceContent[],

controlType public_oe property

public ControlType controlType
return ControlType

dialoguePosition public_oe property

public int dialoguePosition
return int

message public_oe property

public string message
return string