Class CEnvInstructorVRHint
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CEnvInstructorVRHint : CPointEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCEnvInstructorVRHint
- Implements
- Inherited Members
Constructors
CEnvInstructorVRHint(nint)
public CEnvInstructorVRHint(nint pointer)
Parameters
pointer
nint
Properties
AttachType
[SchemaMember("CEnvInstructorVRHint", "m_iAttachType")]
public ref int AttachType { get; }
Property Value
Caption
[SchemaMember("CEnvInstructorVRHint", "m_iszCaption")]
public string Caption { get; set; }
Property Value
CustomLayoutFile
[SchemaMember("CEnvInstructorVRHint", "m_iszCustomLayoutFile")]
public string CustomLayoutFile { get; set; }
Property Value
HeightOffset
[SchemaMember("CEnvInstructorVRHint", "m_flHeightOffset")]
public ref float HeightOffset { get; }
Property Value
HintTargetEntity
[SchemaMember("CEnvInstructorVRHint", "m_iszHintTargetEntity")]
public string HintTargetEntity { get; set; }
Property Value
LayoutFileType
[SchemaMember("CEnvInstructorVRHint", "m_iLayoutFileType")]
public ref int LayoutFileType { get; }
Property Value
Name
[SchemaMember("CEnvInstructorVRHint", "m_iszName")]
public string Name { get; set; }
Property Value
StartSound
[SchemaMember("CEnvInstructorVRHint", "m_iszStartSound")]
public string StartSound { get; set; }
Property Value
Timeout
[SchemaMember("CEnvInstructorVRHint", "m_iTimeout")]
public ref int Timeout { get; }