Blip::Blip: Difference between revisions
(Created page with "Creates new blip. ==Syntax== <syntaxhighlight lang="javascript"> mp.events.new(position); mp.events.new(position, radius); mp.events.new(attachedEntity); // WIP </syntaxhighl...") |
No edit summary |
||
| Line 3: | Line 3: | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
mp. | mp.blips.new(position); | ||
mp. | mp.blips.new(position, radius); | ||
mp. | mp.blips.new(attachedEntity); // WIP | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 22:50, 26 December 2016
Creates new blip.
Syntax
mp.blips.new(position);
mp.blips.new(position, radius);
mp.blips.new(attachedEntity); // WIP