C# Класс PantheonPrototype.QuestCreator

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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