Squirrel/Server/Functions/Blips/Icon

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|Blip.Icon}} This ''Blip'' class member returns or sets the icon (sprite) of the blip. == Syntax == You can either return or set a new value using this member: <…')
 

Revision as of 19:06, 24 September 2010

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This Blip class member returns or sets the icon (sprite) of the blip.

Syntax

You can either return or set a new value using this member:

  1. int Blip.Icon
  1. Blip.Icon = int sprite

Arguments

  • sprite - The new sprite of the blip. For reference, check here.

Example 1. Returning the value

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.

Example 2. Setting a new value

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