Skip to content
JustGod edited this page Oct 28, 2023 · 1 revision

Marker

Constructor

(method) Marker:Constructor(eMarkerType?: eMarkerType, position?: vector3, direction?: vector3, rotation?: vector3, scale?: vector3, color?: Color, bobUpAndDown?: boolean, faceCamera?: boolean, rotate?: boolean, textureDict?: string, textureName?: string, drawOnEnts?: boolean)

Draw

(method) Marker:Draw()

Draw the marker with the current settings

SetBobUpAndDown

(method) Marker:SetBobUpAndDown(bobUpAndDown: boolean)
  -> Marker

SetColor

(method) Marker:SetColor(color: Color)
  -> Marker

SetDirection

(method) Marker:SetDirection(direction: vector3)
  -> Marker

SetDrawOnEnts

(method) Marker:SetDrawOnEnts(drawOnEnts: boolean)
  -> Marker

SetFaceCamera

(method) Marker:SetFaceCamera(faceCamera: boolean)
  -> Marker

SetPosition

(method) Marker:SetPosition(position: vector3)
  -> Marker

SetRotate

(method) Marker:SetRotate(rotate: boolean)
  -> Marker

SetRotation

(method) Marker:SetRotation(rotation: vector3)
  -> Marker

SetScale

(method) Marker:SetScale(scale: vector3)
  -> Marker

SetTextureDict

(method) Marker:SetTextureDict(textureDict: string)
  -> Marker

SetTextureName

(method) Marker:SetTextureName(textureName: string)
  -> Marker

SetType

(method) Marker:SetType(eMarkerType: eMarkerType)
  -> Marker

bobUpAndDown

boolean

color

Color

direction

Direction

drawOnEnts

boolean

faceCamera

boolean

id

string

p19

number

position

vector3

rotate

boolean

rotation

Rotation

scale

Scale

textureDict

string

textureName

string

type

eMarkerType

Clone this wiki locally