SetWaterDrawnLast

From Multi Theft Auto: Wiki
Revision as of 12:55, 2 January 2014 by Myonlake (talk | contribs)
Jump to navigation Jump to search

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

This template will be deleted.

See Also