IsCameraFogEnabled
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) (Created page with "{{lua-function|isCameraFogEnabled|object}} Category:Lua scripting Category:Lua function Category:Camera") |
Dahnielson (Talk | contribs) m |
||
Line 1: | Line 1: | ||
{{lua-function|isCameraFogEnabled|object}} | {{lua-function|isCameraFogEnabled|object}} | ||
+ | |||
+ | Return true if fog is enabled for camera. | ||
+ | |||
+ | {{lua-function-param|object|object to operate on}} | ||
[[Category:Lua scripting]] | [[Category:Lua scripting]] | ||
[[Category:Lua function]] | [[Category:Lua function]] | ||
[[Category:Camera]] | [[Category:Camera]] |
Latest revision as of 00:06, 9 February 2014
isCameraFogEnabled(object)
Return true if fog is enabled for camera.
-
object
: object to operate on