Game GetNumLightsActivated

From CryWiki

Jump to: navigation, search

Game.GetNumLightsActivated()

Description

Gets the number of lights activated by LAM.


Returns

The number of lights that are active (LAM only)

Example

Lua (example)
Log("There are %d lights activated", Game.GetNumLightsActivated());


Personal tools