GetPlayerMapOpacity: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
int getPlayerMapOpacity ( )
int getPlayerMapOpacity ( )
</syntaxhighlight>
</syntaxhighlight>
{{OOP||[[Player]].getMapOpacity}}
{{OOP||[[player]].getMapOpacity}}


===Returns===
===Returns===

Revision as of 16:08, 20 September 2021

20945

Syntax

int getPlayerMapOpacity ( )

OOP Syntax Help! I don't understand this!

Method: player.getMapOpacity(...)


Returns

Returns an integer with a value from 0 to 255, where 0 is fully transparent and 255 is fully opaque.

Example

Accessories-text-editor.png Script Example Missing Function GetPlayerMapOpacity needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


Requirements

Minimum server version n/a
Minimum client version 1.5.8-9.20945

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.5.8-9.20945" />

See Also