SetCoronaReflectionEnabled: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 9: Line 9:


===Required Arguments===  
===Required Arguments===  
*''theMarker:''' the corona marker that you wish set visibility of corona reflection
*'''theMarker:''' the corona marker that you wish set visibility of corona reflection
*'''enabled:''' whenever corona reflection should be visible
*'''enabled:''' whenever corona reflection should be visible



Revision as of 11:09, 25 September 2022

Sets visibility of corona reflection.

Syntax

bool setCoronaReflectionEnabled ( marker theMarker, bool enabled )

Required Arguments

  • theMarker: the corona marker that you wish set visibility of corona reflection
  • enabled: whenever corona reflection should be visible

Returns

Returns true if marker type is corona, false otherwise.

See Also