Documentation for m25objective.py

Warning: This documentation was generated from the comments in the source code (using progrutils.documentPyFile()), with a few tweaks, under the principle that poor documentation is better than no documentation. In case of ambiguity, please refer to the code itself.

 

Module: Objectives

By M25

Store a list of objectives that will persist throughout a freeroam style campaign (and also work for normal campaigns).

Objective_GetObjectives()

Objective_SetObjectives(objectives)

Objective_GetNextObjectiveNumber()

Objective_AddObjective(objective='Have fun', prestige=0, objectivetype=1)

Objective_RemoveObjective(objective='Have fun')

Objective_GetName(objective='Have fun')

Objective_CompleteObjective(objective='Have fun')

Objective_FailObjective(objective='Have fun')

Objective_RestoreObjectives()