IsCoronaReflectionEnabled

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

This function 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