SetCoronaReflectionEnabled

From Multi Theft Auto: Wiki
Revision as of 11:08, 25 September 2022 by Lopez (talk | contribs)
Jump to navigation Jump to search

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