C# 클래스 SunsetHigh.InteractionTreeNode

The basic interaction node, used for hero responses. Contains event type and arguments for each event.
파일 보기 프로젝트 열기: ErraticUnicorn/MOSH 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
eventType Events
item System.Item
itemChange int
line string
nextLine int
questID QuestID
questState QuestState
repChange int
repClique Clique
specialEvent string

프로퍼티 상세

eventType 공개적으로 프로퍼티

public Events eventType
리턴 Events

item 공개적으로 프로퍼티

public Item,System item
리턴 System.Item

itemChange 공개적으로 프로퍼티

public int itemChange
리턴 int

line 공개적으로 프로퍼티

public string line
리턴 string

nextLine 공개적으로 프로퍼티

public int nextLine
리턴 int

questID 공개적으로 프로퍼티

public QuestID questID
리턴 QuestID

questState 공개적으로 프로퍼티

public QuestState questState
리턴 QuestState

repChange 공개적으로 프로퍼티

public int repChange
리턴 int

repClique 공개적으로 프로퍼티

public Clique repClique
리턴 Clique

specialEvent 공개적으로 프로퍼티

public string specialEvent
리턴 string