Classes

developer »

gameProject »

pedestrianController »

playerPlatform »

punishment »

team »

Concepts

Libraries

Objects

leaveVisibilityRange

Description

Called when an object of this class enters visible area.

Example

-- default declaration in game/entity.lua


function entity:leaveVisibilityRange()
	self:clearPropSprites()
end