Classes

developer »

gameProject »

pedestrianController »

playerPlatform »

punishment »

team »

Concepts

Libraries

Objects

save

Description

Returns data for saving. 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).

Returns

1 table

the data.