Table of Contents

Class CLogicActivityEvent

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CLogicActivityEvent : CLogicalEntity, IEquatable<CEntityInstance>
Inheritance
object
CLogicActivityEvent
Implements
Inherited Members

Constructors

CLogicActivityEvent(nint)

public CLogicActivityEvent(nint pointer)

Parameters

pointer nint

Properties

Duration

[SchemaMember("CLogicActivityEvent", "m_flDuration")]
public ref float Duration { get; }

Property Value

float

EventType

[SchemaMember("CLogicActivityEvent", "m_nEventType")]
public ref int EventType { get; }

Property Value

int

Source

[SchemaMember("CLogicActivityEvent", "m_hSource")]
public CHandle<CEntityInstance> Source { get; }

Property Value

CHandle<CEntityInstance>

SourceEntityName

[SchemaMember("CLogicActivityEvent", "m_iszSourceEntityName")]
public string SourceEntityName { get; set; }

Property Value

string