SetBlipOrdering

From Multi Theft Auto: Wiki
Revision as of 20:16, 6 September 2008 by Arc (talk | contribs)
Jump to navigation Jump to search

This function sets the Z ordering of a blip. It allows you to make a blip appear on top of or below other blips.

Syntax

bool setBlipOrdering ( blip theBlip, int ordering )

Required Arguments

  • theBlip: the blip whose Z ordering to change.
  • ordering: the new Z ordering value. Blips with higher values will appear on top of blips with lower values. The default value is 0. Negative values are allowed.

See Also