C# 클래스 LogicSpawn.GTARPG.Core.DialogContainer

파일 보기 프로젝트 열기: logicspawn/GTARPG 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Current DialogObject
Dialogs List
Parent NpcObject
StartingDialog DialogObject

공개 메소드들

메소드 설명
Add ( int id, string npcText ) : DialogContainer
DialogContainer ( NpcObject parent ) : System

메소드 상세

Add() 공개 메소드

public Add ( int id, string npcText ) : DialogContainer
id int
npcText string
리턴 DialogContainer

DialogContainer() 공개 메소드

public DialogContainer ( NpcObject parent ) : System
parent NpcObject
리턴 System

프로퍼티 상세

Current 공개적으로 프로퍼티

public DialogObject,LogicSpawn.GTARPG.Core Current
리턴 DialogObject

Dialogs 공개적으로 프로퍼티

public List Dialogs
리턴 List

Parent 공개적으로 프로퍼티

public NpcObject,LogicSpawn.GTARPG.Core Parent
리턴 NpcObject

StartingDialog 공개적으로 프로퍼티

public DialogObject,LogicSpawn.GTARPG.Core StartingDialog
리턴 DialogObject