Skip to content
s2s-k edited this page Aug 11, 2022 · 2 revisions

CBlip

The interface of the blip on the radar.

Constants

Name Description
Maximum The maximum amount that can be created

Nested classes

Name Description
ESprite Enum of the sprites.
EColor Enum of the colors.
CState Class of the state.

Methods

Method Description Available on the client Available on the server
SetState Sets the state. Yes Yes
GetState Gets the state. Yes Yes
SetSprite Sets the displayed sprite. Yes Yes
GetSprite Gets the displayed sprite. Yes Yes
SetColor Sets the color of the sprite. Yes Yes
GetColor Gets the color of the sprite. Yes Yes
ToggleShortRange Toggles the short range. This means whether the blip is only visible inside the radar or always visible. Yes Yes
IsShortRange Checks the short range. Yes Yes
SetScale Sets the scale of the sprite. Yes Yes
GetScale Gets the scale of the sprite. Yes Yes