IsWaterDrawnLast: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
Line 6: Line 6:


==Syntax==
==Syntax==
<syntaxhighlight lang="lua"> bool isWaterDrawLast ( )</syntaxhighlight>
<syntaxhighlight lang="lua"> bool isWaterDrawnLast ( )</syntaxhighlight>


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

Revision as of 08:20, 29 November 2012

ADDED/UPDATED IN VERSION 1.3.0 r4585:

This function get water rendering order.

Syntax

 bool isWaterDrawnLast ( )

Returns

Returns true if water drawn last in rendering order, false otherwise.

Example

TODO

--TODO

Requirements

This template will be deleted.

See Also