Classes

Concepts

Libraries

Objects

contractor »

conversationAnswerData »

engineStatData »

issueData »

playerPlatformSpecialistData »

projectReviewConclusion »

projectReviewRemark »

randomEventData »

statusIcon »

reset

Description

Called when exiting to the main menu; it won't call this on all action objects, instead it will call this on the registered action type instead.

Example

-- taken from game/developer/actions.lua


function useWaterDispenser:reset()
	table.clearArray(self.validObjects)
	self.done = false
end