Marker::Marker: Difference between revisions

From RAGE Multiplayer Wiki
Line 72: Line 72:
|[[File:Markers_38.png|200px|thumb|38]]
|[[File:Markers_38.png|200px|thumb|38]]
|[[File:Markers_39.png|200px|thumb|39]]
|[[File:Markers_39.png|200px|thumb|39]]
|-
|[[File:Markers_40.png|200px|thumb|40]]
|[[File:Markers_41.png|200px|thumb|41]]
|[[File:Markers_42.png|200px|thumb|42]]
|[[File:Markers_43.png|200px|thumb|43]]
|-
|-
|}
|}

Revision as of 20:40, 22 May 2019

Function: Create a marker

Parameters

  • type: Int
  • position: Vector3
  • scale: Float
  • direction: Vector3
  • rotation: Vector3
  • color: [Int, Int, Int, Int] [0:255]
  • visible: Boolean
  • dimension: Int

Syntax

Shared
mp.markers.new(type, position, scale,
{
    direction: direction,
    rotation: rotation,
    color: color,
    visible: visible,
    dimension: dimension
});

Markers type

0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43

See Also