Marker::Marker: Difference between revisions
Tonihenkel (talk | contribs) |
Tonihenkel (talk | contribs) |
||
| 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
});











































