C# Class QuestionInterface, RPGQuest

Show file 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 property

public int[] choiceActions
return int[]

choices public property

public ChoiceContent[], choices
return ChoiceContent[],

controlType public property

public ControlType controlType
return ControlType

dialoguePosition public property

public int dialoguePosition
return int

message public property

public string message
return string