IsCoronaReflectionEnabled: Difference between revisions

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


===Returns===
===Returns===
* Returns ''false'' is marker type is not ''corona''.
* Returns ''false'' is [[setMarkerType|marker type]] is not ''corona''.
* Returns ''true'' if corona reflection is enabled, ''false'' otherwise.
* Returns ''true'' if corona reflection is enabled, ''false'' otherwise.


==See Also==
==See Also==
{{client marker functions}}
{{client marker functions}}

Revision as of 11:13, 25 September 2022

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