IsCoronaReflectionEnabled: Difference between revisions

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


==See Also==
==See Also==
{{client marker functions}}
{{client marker functions}}* [[setCoronaReflectionsEnabled]]
* [[getCoronaReflectionsEnabled]]

Latest revision as of 19:12, 18 October 2022

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