IsWaterDrawnLast: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
Kenix1 (talk | contribs)
Created page with "__NOTOC__ {{Client function}} {{New feature/item|4.0140|1.3.0|4585| This function get water rendering order. }}<br /> <br /> __NOTOC__ {{Client function}} <syntaxhighlight lang="lua"> b..."
 
Kenix1 (talk | contribs)
No edit summary
Line 21: Line 21:
==See Also==
==See Also==
{{Client water functions}}
{{Client water functions}}
{{Needs Example}}

Revision as of 09:33, 16 September 2012

ADDED/UPDATED IN VERSION 1.3.0 r4585:

This function get water rendering order.




 bool isWaterDrawLast()

Returns

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

Requirements

This template will be deleted.

See Also




Script Example Missing Function IsWaterDrawnLast needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.