SetWaterDrawnLast: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Client function}}
{{Client function}}
{{Needs_Example}}
{{New feature/item|3.0130|1.3.0|4585|
{{New feature/item|3.0130|1.3.0|4585|
This function change [[water]] rendering order.
This function change [[water]] rendering order.
Line 25: Line 27:
==See Also==
==See Also==
{{Client water functions}}
{{Client water functions}}
[[Category:Needs Example]]

Revision as of 12:55, 2 January 2014

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

Before submitting check out Editing Guidelines Script Examples.


This function change water rendering order.

Syntax

bool setWaterDrawnLast ( bool bEnabled )

Required Arguments

  • bEnabled: A boolean value determining water drawn last.

Returns

Returns true if set water drawn last is successfully, false otherwise.

Example

TODO

--TODO

Requirements

Minimum server version n/a
Minimum client version 1.3.0.04585

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.3.0.04585" />

See Also