GE Lua Documentation

Press F to search!

getGroundCoverScale

Definition


-- @/=[C]:-1
function getGroundCoverScale(...)

Callers

@/lua/ge/screenshot.lua
    M.sc_lodScaleSaved = TorqueScriptLua.getVar("$pref::Terrain::lodScale")
    M.sc_GroundCoverScaleSaved =  getGroundCoverScale()
@/lua/ge/extensions/util/maptiles.lua
  originalSettings.lodScale = TorqueScriptLua.getVar("$pref::Terrain::lodScale")
  originalSettings.groundCoverScale = getGroundCoverScale()