Class CMessageEntity
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CMessageEntity : CPointEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCMessageEntity
- Implements
- Inherited Members
Constructors
CMessageEntity(nint)
public CMessageEntity(nint pointer)
Parameters
pointer
nint
Properties
DeveloperOnly
[SchemaMember("CMessageEntity", "m_bDeveloperOnly")]
public ref bool DeveloperOnly { get; }
Property Value
DrawText
[SchemaMember("CMessageEntity", "m_drawText")]
public ref bool DrawText { get; }
Property Value
Enabled
[SchemaMember("CMessageEntity", "m_bEnabled")]
public ref bool Enabled { get; }
Property Value
MessageText
[SchemaMember("CMessageEntity", "m_messageText")]
public string MessageText { get; set; }
Property Value
Radius
[SchemaMember("CMessageEntity", "m_radius")]
public ref int Radius { get; }