Difference between revisions of "0168"
Jump to navigation
Jump to search
m |
|||
Line 21: | Line 21: | ||
:: Size of blip | :: Size of blip | ||
− | This opcode changes the scale of the specified blip. It has no effect on blips that use sprites. All opcodes that can create a blip defaults the scale to 3. Legacy documentation uses the description "show on radar" for the opcode. | + | This opcode changes the scale of the specified blip. It has no effect on blips that use sprites. All opcodes that can create a blip defaults the scale to 3. The [[Main.scm|original script]] uses values between 1 and 3 but values between 0 and 65535 can be used. Legacy documentation uses the description "show on radar" for the opcode. |
== Keywords == | == Keywords == |
Latest revision as of 02:06, 3 June 2015
Description
- Scales the specified blip
Syntax
- 0168: set_marker [blip handle] size [int]
Parameter
- [blip handle]
- The handle of the blip
- [int]
- Size of blip
This opcode changes the scale of the specified blip. It has no effect on blips that use sprites. All opcodes that can create a blip defaults the scale to 3. The original script uses values between 1 and 3 but values between 0 and 65535 can be used. Legacy documentation uses the description "show on radar" for the opcode.
Keywords
blip, marker, size, scale