Blip::Blip: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Function''': Creates a blip. | |||
==Parameters== | |||
*'''model''': {{RageType|Number}} [[Blips#Blip_model|(Blips model)]] | |||
*'''position''': {{RageType|Vector3}} | |||
*'''radius''': {{RageType|Number}} | |||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
mp.blips.new( | mp.blips.new(model, position [, radius]); | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See Also== | ==See Also== | ||
{{ | {{Blip_definition}} | ||
Revision as of 17:32, 27 December 2017
Function: Creates a blip.
Parameters
- model: Number (Blips model)
- position: Vector3
- radius: Number
Syntax
mp.blips.new(model, position [, radius]);
See Also
- Functions
- Properties