SetCoronaReflectionEnabled: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Client function}} __NOTOC__ {{Added feature/item|1.5.9|1.5.8|21251|Sets visibility of corona reflection.}} ==Syntax== <syntaxhighlight lang="lua"> bool setCoronaReflectionEnabled ( marker theMarker, bool enabled ) </syntaxhighlight> ===Required Arguments=== *'''bEnabled:''' whenever corona reflection should be visible ===Returns=== Returns ''true'' if marker type is ''corona'', ''false'' otherwise. ==See Also== {{client marker functions}}") |
No edit summary |
||
Line 9: | Line 9: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*''' | *''theMarker:''' the corona marker that you wish set visibility of corona reflection | ||
*'''enabled:''' whenever corona reflection should be visible | |||
===Returns=== | ===Returns=== |
Revision as of 11:08, 25 September 2022
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
- isCoronaReflectionEnabled
- setCoronaReflectionEnabled
- Shared
- createMarker
- getMarkerColor
- getMarkerCount
- getMarkerIcon
- getMarkerSize
- getMarkerTarget
- getMarkerType
- setMarkerColor
- setMarkerIcon
- setMarkerSize
- setMarkerTarget
- setMarkerType
- isElementWithinMarker