GetLightRadius
From MaratisWiki
Revision as of 00:29, 9 February 2014 by Dahnielson (Talk | contribs)
getLightRadious(object)
Get light radius.
-
object: object to operate on
Light0 = getObject("Light0")
-- Scene update
function onSceneUpdate()
radius = getLightRadius(Light0)
end