Classes

developer »

gameProject »

pedestrianController »

playerPlatform »

punishment »

team »

Concepts

Libraries

Objects

enterVisibilityRange

Description

Called when an object of this class enters the screen space area.

Example

-- default declaration within game/entity.lua


function entity:enterVisibilityRange()
	self:showProps()
end