GetLightRadius
From MaratisWiki
Revision as of 18:19, 8 February 2014 by Dahnielson (Talk | contribs)
getLightRadious(object)
Get light radius.
Light0 = getObject("Light0")
-- Scene update
function onSceneUpdate()
radius = getLightRadius(Light0)
end