GetCoronaReflectionsEnabled

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

* FEATURE ADDED IN 1.5.9 (REVISION: r21251)
This function gets visibility of corona reflections.

Syntax

int getCoronaReflectionsEnabled ( )

Returns

One of the following integers will be returned:

  • 0: corona reflections are disabled
  • 1: corona reflections are enabled (are visible during rain)
  • 2: corona reflections are force enabled (are visible even if there is no rain)

See Also

* FEATURE ADDED IN 1.5.9 (REVISION: r20675)