Marker::Marker: Difference between revisions

From RAGE Multiplayer Wiki
m (Wrong cat)
Line 24: Line 24:


==Markers type==
==Markers type==
{{Markers_type}}
{|
|[[File:Markers_0.png|200px|thumb|0]]
|[[File:Markers_1.png|200px|thumb|1]]
|[[File:Markers_2.png|200px|thumb|2]]
|[[File:Markers_3.png|200px|thumb|3]]
|[[File:Markers_4.png|200px|thumb|4]]
|-
|[[File:Markers_5.png|200px|thumb|5]]
|[[File:Markers_6.png|200px|thumb|6]]
|[[File:Markers_7.png|200px|thumb|7]]
|[[File:Markers_8.png|200px|thumb|8]]
|[[File:Markers_9.png|200px|thumb|9]]
|-
|[[File:Markers_10.png|200px|thumb|10]]
|[[File:Markers_11.png|200px|thumb|11]]
|[[File:Markers_12.png|200px|thumb|12]]
|[[File:Markers_13.png|200px|thumb|13]]
|[[File:Markers_14.png|200px|thumb|14]]
|-
|[[File:Markers_15.png|200px|thumb|15]]
|[[File:Markers_16.png|200px|thumb|16]]
|[[File:Markers_17.png|200px|thumb|17]]
|[[File:Markers_18.png|200px|thumb|18]]
|[[File:Markers_19.png|200px|thumb|19]]
|-
|[[File:Markers_20.png|200px|thumb|20]]
|[[File:Markers_21.png|200px|thumb|21]]
|[[File:Markers_22.png|200px|thumb|22]]
|[[File:Markers_23.png|200px|thumb|23]]
|[[File:Markers_24.png|200px|thumb|24]]
|-
|[[File:Markers_25.png|200px|thumb|25]]
|[[File:Markers_26.png|200px|thumb|26]]
|[[File:Markers_27.png|200px|thumb|27]]
|[[File:Markers_28.png|200px|thumb|28]]
|[[File:Markers_29.png|200px|thumb|29]]
|-
|[[File:Markers_30.png|200px|thumb|30]]
|[[File:Markers_31.png|200px|thumb|31]]
|[[File:Markers_32.png|200px|thumb|32]]
|[[File:Markers_33.png|200px|thumb|33]]
|[[File:Markers_34.png|200px|thumb|34]]
|}
 
==See Also==
==See Also==
{{Marker_function}}
{{Marker_function}}

Revision as of 20:04, 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

See Also