C# Class SunsetHigh.InteractionTreeNode

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

Méthodes publiques

Свойство 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
Résultat Events

item public_oe property

public Item,System item
Résultat System.Item

itemChange public_oe property

public int itemChange
Résultat int

line public_oe property

public string line
Résultat string

nextLine public_oe property

public int nextLine
Résultat int

questID public_oe property

public QuestID questID
Résultat QuestID

questState public_oe property

public QuestState questState
Résultat QuestState

repChange public_oe property

public int repChange
Résultat int

repClique public_oe property

public Clique repClique
Résultat Clique

specialEvent public_oe property

public string specialEvent
Résultat string