Classes

developer »

gameProject »

pedestrianController »

playerPlatform »

punishment »

team »

Concepts

Libraries

Objects

load

Description

Loads the saved data. Keep in mind that the saving and loading procedures are up to you to define. The base class saves the id, completed, and hasStartedTask variables. You can always do recursive calls to classes preceding the one you're registering by calling self.baseClass.save(self) and self.baseClass.load(self, data).

Arguments

1 table data

the data to load.