Classes

Concepts

Libraries

Objects

contractor »

conversationAnswerData »

engineStatData »

issueData »

playerPlatformSpecialistData »

projectReviewConclusion »

projectReviewRemark »

randomEventData »

statusIcon »

isDone

Description

Returns whether the action has finished performing. This is called by developer objects.

Returns

1 bool

should return true or false.

Example

-- taken from game/developer/actions.lua


function useWaterDispenser:isDone()
	return self.done
end