EventInstructorServerHintStop
Interface EventInstructorServerHintStop
Namespace: SwiftlyS2.Shared.GameEventDefinitions
Assembly: SwiftlyS2.CS2.dll
Event "instructor_server_hint_stop" destroys a server/map created hint
public interface EventInstructorServerHintStop : IGameEvent<EventInstructorServerHintStop>Implements
Properties
HintEntindex
entity id of the env_instructor_hint that fired the event
type: long
int HintEntindex { get; set; }Property Value
HintName
The hint to stop. Will stop ALL hints with this name
type: string
string HintName { get; set; }Property Value