Table of Contents

Class CLogicRelay

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

Constructors

CLogicRelay(nint)

public CLogicRelay(nint pointer)

Parameters

pointer nint

Properties

Disabled

[SchemaMember("CLogicRelay", "m_bDisabled")]
public ref bool Disabled { get; }

Property Value

bool

FastRetrigger

[SchemaMember("CLogicRelay", "m_bFastRetrigger")]
public ref bool FastRetrigger { get; }

Property Value

bool

OnSpawn

[SchemaMember("CLogicRelay", "m_OnSpawn")]
public CEntityIOOutput OnSpawn { get; }

Property Value

CEntityIOOutput

OnTrigger

[SchemaMember("CLogicRelay", "m_OnTrigger")]
public CEntityIOOutput OnTrigger { get; }

Property Value

CEntityIOOutput

PassthoughCaller

[SchemaMember("CLogicRelay", "m_bPassthoughCaller")]
public ref bool PassthoughCaller { get; }

Property Value

bool

TriggerOnce

[SchemaMember("CLogicRelay", "m_bTriggerOnce")]
public ref bool TriggerOnce { get; }

Property Value

bool

WaitForRefire

[SchemaMember("CLogicRelay", "m_bWaitForRefire")]
public ref bool WaitForRefire { get; }

Property Value

bool