Squirrel/Server/Functions/Blips/Size

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 size (scale) of the radar blip. == Syntax == You can either return or set a new value using this memb…')
 
m
Line 1: Line 1:
{{Squirrel/Title|Blip.Icon}}
+
{{Squirrel/Title|Blip.Size}}
 
This ''Blip'' class member returns or sets the size (scale) of the radar blip.
 
This ''Blip'' class member returns or sets the size (scale) of the radar blip.
  

Revision as of 03:02, 24 September 2010

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

This Blip class member returns or sets the size (scale) of the radar blip.

Syntax

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

  1. int Blip.Size
  1. Blip.Size = int size

Arguments

  • size - The size of the blip

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