SetCoronaReflectionEnabled

From Multi Theft Auto: Wiki
Revision as of 11:05, 25 September 2022 by Lopez (talk | contribs) (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}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Sets visibility of corona reflection.

Syntax

bool setCoronaReflectionEnabled ( marker theMarker, bool enabled )

Required Arguments

  • bEnabled: whenever corona reflection should be visible

Returns

Returns true if marker type is corona, false otherwise.

See Also