Squirrel/Server/Functions/Blips/Pos
From Liberty Unleashed Wiki
(Difference between revisions)
(Created page with '{{Squirrel/Title|Blip.Pos}} This ''Blip'' class member returns or sets the position of the blip on the radar. == Syntax == You can either return or set a new value using this me…') |
m (moved Squirrel/Functions/Blips/Pos to Squirrel/Server/Functions/Blips/Pos: Server-side function) |
Revision as of 18:07, 24 September 2010
This Blip class member returns or sets the position of the blip on the radar.
Syntax
You can either return or set a new value using this member:
Vector Blip.Pos
Blip.Pos = Vector newPos
Arguments
- newPos - A vector representing the new position 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
-- todo
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
-- todo
Notes
Example notes and used functions here.