CreateBlip

From Liberty Unleashed Wiki
Revision as of 19:07, 24 September 2010 by Juppi (Talk | contribs)

Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This function creates a new global radar blip, which is visible for everyone. It will return a pointer to the blip or null if creating the blip was unsuccessful.

Syntax

CreateBlip can take 2 different lists of parameters. These are:

  1. Blip CreateBlip( int sprite, Vector pos, int colour )
  1. Blip CreateBlip( int sprite, float x, float y, float z, int colour )

Arguments

  • sprite - This is the sprite (icon) of the blip. For reference, check here
  • pos - The position of the blip on radar
  • colour - The colour ID for the blip. These values can be customised in content.xml of the server
  • x, y, z - The position of the blip as floats

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

Example notes and used functions here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox