Ultimate Objectives Help

Access objective data

This function returns all the data of an Active Objective

Access a specific objective

Get all the data of an Active Objective with its slot number

ObjectivesManager.instance.GetActiveObjective(int slot);

Get all the data of an Active Objective with its ID

ObjectivesManager.instance.GetActiveObjective(string id);

Access a list of active objectives

Get a list of all Active Objectives using their IDs

ObjectivesManager.instance.GetActiveObjectives(string id);

Get a list of all Active Objectives using their ObjectiveType

ObjectivesManager.instance.GetActiveObjectivesByType(string type);
Last modified: 31 October 2023