RAGE.Elements.Blip: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
{{ClientsideCsFunction}}
{{ClientsideCsFunction}}
{{CSharpContainer|
{{CSharpContainer|
 
Create a new blip.
===Required Params===
===Required Params===
*'''sprite:''' {{RageType|uint}}
*'''sprite:''' {{RageType|uint}}
Line 21: Line 21:
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
Rage.Element.Blip(sprite, position, name, scale, color, alpha, drawDistance, shortRange, rotation, radius, dimension)
new Rage.Element.Blip(sprite, position, name, scale, color, alpha, drawDistance, shortRange, rotation, radius, dimension)
</syntaxhighlight>
</syntaxhighlight>



Latest revision as of 13:12, 12 May 2024