Table of Contents

Class EventInstructorServerHintCreate

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("instructor_server_hint_create")]
public class EventInstructorServerHintCreate : GameEvent
Inheritance
EventInstructorServerHintCreate
Inherited Members

Constructors

EventInstructorServerHintCreate(bool)

public EventInstructorServerHintCreate(bool force)

Parameters

force bool

EventInstructorServerHintCreate(nint)

public EventInstructorServerHintCreate(nint pointer)

Parameters

pointer nint

Properties

HintActivatorCaption

public string HintActivatorCaption { get; set; }

Property Value

string

HintActivatorUserid

public CCSPlayerController? HintActivatorUserid { get; set; }

Property Value

CCSPlayerController

HintAllowNodrawTarget

public bool HintAllowNodrawTarget { get; set; }

Property Value

bool

HintBinding

public string HintBinding { get; set; }

Property Value

string

HintCaption

public string HintCaption { get; set; }

Property Value

string

HintColor

public string HintColor { get; set; }

Property Value

string

HintFlags

public long HintFlags { get; set; }

Property Value

long

HintForcecaption

public bool HintForcecaption { get; set; }

Property Value

bool

HintGamepadBinding

public string HintGamepadBinding { get; set; }

Property Value

string

HintIconOffscreen

public string HintIconOffscreen { get; set; }

Property Value

string

HintIconOffset

public float HintIconOffset { get; set; }

Property Value

float

HintIconOnscreen

public string HintIconOnscreen { get; set; }

Property Value

string

HintLocalPlayerOnly

public bool HintLocalPlayerOnly { get; set; }

Property Value

bool

HintName

public string HintName { get; set; }

Property Value

string

HintNooffscreen

public bool HintNooffscreen { get; set; }

Property Value

bool

HintRange

public float HintRange { get; set; }

Property Value

float

HintReplaceKey

public string HintReplaceKey { get; set; }

Property Value

string

HintTarget

public long HintTarget { get; set; }

Property Value

long

HintTimeout

public int HintTimeout { get; set; }

Property Value

int

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController