GetCameraGoggleEffect: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} This function returns what goggle effect is currently affecting the camera. ==Syntax== <syntaxhighlight lang="lua"> int getCameraGoggleEffect ( ) </syntaxhighlight> ===Retur...")
 
mNo edit summary
Line 19: Line 19:


==See Also==
==See Also==
{{Camera functions}}
{{Client camera functions}}
[[Category:Needs_Example]]
[[Category:Needs_Example]]

Revision as of 18:01, 7 November 2010

This function returns what goggle effect is currently affecting the camera.

Syntax

int getCameraGoggleEffect (  )

Returns

Returns a string indicating the current camera goggle effect. Their meanings can be seen below.

  • normal: No camera goggle effect
  • nightvision: Nightvision camera
  • thermalvision: Infrared camera

Example

-- TODO

See Also