SetWaterDrawnLast: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
==See Also==
==See Also==
{{Client water functions}}
{{Client water functions}}
{{Needs Example}}

Revision as of 09:34, 16 September 2012

ADDED/UPDATED IN VERSION 1.3.0 r4585:

This function change water rendering order.




 bool setWaterDrawLast( bool bEnabled )

Required Arguments

  • bEnabled: A boolean value determining water drawn last.

Returns

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

Requirements

This template will be deleted.

See Also




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.