C# 클래스 PantheonPrototype.QuestCreator

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

공개 메소드들

메소드 설명
ActivateQuest ( Event eventInfo ) : void

The event handler function which creates a quest on demand.

QuestCreator ( QuestMetaLoader metaLoader, Pantheon gameReference ) : System

Initializes the quest creator object with possible quests and registers the quest creator for quest creation notifications.

Unregister ( Pantheon gameReference ) : void

메소드 상세

ActivateQuest() 공개 메소드

The event handler function which creates a quest on demand.
public ActivateQuest ( Event eventInfo ) : void
eventInfo Event The event... with the correct information. Contains the quest name to create.
리턴 void

QuestCreator() 공개 메소드

Initializes the quest creator object with possible quests and registers the quest creator for quest creation notifications.
public QuestCreator ( QuestMetaLoader metaLoader, Pantheon gameReference ) : System
metaLoader LevelLoad.QuestMetaLoader The metaLoader object.
gameReference Pantheon
리턴 System

Unregister() 공개 메소드

public Unregister ( Pantheon gameReference ) : void
gameReference Pantheon
리턴 void