C# 클래스 Objective, home_nursing

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

공개 프로퍼티들

프로퍼티 타입 설명
activeevent string
completed bool
count int
description string
doneDescription string
locationObject string
objectiveevent string
open bool
optional bool
playerCommands Command[],
questevent string
questrequirement string

공개 메소드들

메소드 설명
GetEnviromentInfo ( string key ) : object
GetLocationObject ( ) : GameObject
GetStatus ( ) : string
SetEnviromentInfo ( string key, object value ) : void
TriggerQuestEvent ( string questEvent ) : bool

메소드 상세

GetEnviromentInfo() 공개 메소드

public GetEnviromentInfo ( string key ) : object
key string
리턴 object

GetLocationObject() 공개 메소드

public GetLocationObject ( ) : GameObject
리턴 GameObject

GetStatus() 공개 메소드

public GetStatus ( ) : string
리턴 string

SetEnviromentInfo() 공개 메소드

public SetEnviromentInfo ( string key, object value ) : void
key string
value object
리턴 void

TriggerQuestEvent() 공개 메소드

public TriggerQuestEvent ( string questEvent ) : bool
questEvent string
리턴 bool

프로퍼티 상세

activeevent 공개적으로 프로퍼티

public string activeevent
리턴 string

completed 공개적으로 프로퍼티

public bool completed
리턴 bool

count 공개적으로 프로퍼티

public int count
리턴 int

description 공개적으로 프로퍼티

public string description
리턴 string

doneDescription 공개적으로 프로퍼티

public string doneDescription
리턴 string

locationObject 공개적으로 프로퍼티

public string locationObject
리턴 string

objectiveevent 공개적으로 프로퍼티

public string objectiveevent
리턴 string

open 공개적으로 프로퍼티

public bool open
리턴 bool

optional 공개적으로 프로퍼티

public bool optional
리턴 bool

playerCommands 공개적으로 프로퍼티

public Command[], playerCommands
리턴 Command[],

questevent 공개적으로 프로퍼티

public string questevent
리턴 string

questrequirement 공개적으로 프로퍼티

public string questrequirement
리턴 string