C# Class SunsetHigh.InteractionTreeNode

The basic interaction node, used for hero responses. Contains event type and arguments for each event.
Datei anzeigen Open project: ErraticUnicorn/MOSH Class Usage Examples

Public Properties

Property Type Description
eventType Events
item System.Item
itemChange int
line string
nextLine int
questID QuestID
questState QuestState
repChange int
repClique Clique
specialEvent string

Property Details

eventType public_oe property

public Events eventType
return Events

item public_oe property

public Item,System item
return System.Item

itemChange public_oe property

public int itemChange
return int

line public_oe property

public string line
return string

nextLine public_oe property

public int nextLine
return int

questID public_oe property

public QuestID questID
return QuestID

questState public_oe property

public QuestState questState
return QuestState

repChange public_oe property

public int repChange
return int

repClique public_oe property

public Clique repClique
return Clique

specialEvent public_oe property

public string specialEvent
return string