Table of Contents

Class CMessageEntity

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CMessageEntity : CPointEntity, IEquatable<CEntityInstance>
Inheritance
CMessageEntity
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

bool

DrawText

[SchemaMember("CMessageEntity", "m_drawText")]
public ref bool DrawText { get; }

Property Value

bool

Enabled

[SchemaMember("CMessageEntity", "m_bEnabled")]
public ref bool Enabled { get; }

Property Value

bool

MessageText

[SchemaMember("CMessageEntity", "m_messageText")]
public string MessageText { get; set; }

Property Value

string

Radius

[SchemaMember("CMessageEntity", "m_radius")]
public ref int Radius { get; }

Property Value

int