SwiftlyS2

CLogicActivityEvent

Interface CLogicActivityEvent

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CLogicActivityEvent : CLogicalEntity, CServerOnlyEntity, CBaseEntity, CEntityInstance, IEquatable<CEntityInstance>, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CServerOnlyEntity>, ISchemaClass<CLogicalEntity>, ISchemaClass<CLogicActivityEvent>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

Duration

ref float Duration { get; }
Property Value

EventType

ref int EventType { get; }
Property Value

Source

ref CHandle<CEntityInstance> Source { get; }
Property Value

SourceEntityName

string SourceEntityName { get; set; }
Property Value

On this page