IsCoronaReflectionEnabled

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

Gets visibility of corona reflection.

Syntax

bool isCoronaReflectionEnabled ( marker theMarker )

OOP Syntax Help! I don't understand this!

Method: Marker:isCoronaReflectionEnabled(...)
Counterpart: setCoronaReflectionEnabled


Required Arguments

  • theMarker: marker

Returns

  • Returns false is marker type is not corona.
  • Returns true if corona reflection is enabled, false otherwise.

See Also