SetBlipOrdering: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This sets the Z ordering of blips, i.e. which blips appear on top of which others.
This sets the Z ordering of blips, i.e. which blips appear on top of which others.


[[Category:Incomplete]]
==Syntax==
<syntaxhighlight lang="lua">bool setBlipOrdering ( blip theBlip, int ordering )</syntaxhighlight>

Revision as of 18:22, 13 January 2008

This sets the Z ordering of blips, i.e. which blips appear on top of which others.

Syntax

bool setBlipOrdering ( blip theBlip, int ordering )