Classes

developer »

gameProject »

pedestrianController »

playerPlatform »

punishment »

team »

Concepts

Libraries

Objects

yearlyGoal



The yearly goal class registered via yearlyGoalController:registerNew().

Methods

Variables

id

string, the ID of the yearly goal.

baseClass

a reference to the class that is the base of this one. If no class ID is provided for inheritance upon registration, will point to the goal_base class. A generic use for this reference is to call some kind of method on the base class when over-riding it.