Class CTestPulseIO
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CTestPulseIO : CLogicalEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCTestPulseIO
- Implements
- Inherited Members
Constructors
CTestPulseIO(nint)
public CTestPulseIO(nint pointer)
Parameters
pointer
nint
Properties
AllowEmptyInputs
[SchemaMember("CTestPulseIO", "m_bAllowEmptyInputs")]
public ref bool AllowEmptyInputs { get; }
Property Value
OnVariantBool
[SchemaMember("CTestPulseIO", "m_OnVariantBool")]
public CEntityIOOutput OnVariantBool { get; }
Property Value
OnVariantColor
[SchemaMember("CTestPulseIO", "m_OnVariantColor")]
public CEntityIOOutput OnVariantColor { get; }
Property Value
OnVariantFloat
[SchemaMember("CTestPulseIO", "m_OnVariantFloat")]
public CEntityIOOutput OnVariantFloat { get; }
Property Value
OnVariantInt
[SchemaMember("CTestPulseIO", "m_OnVariantInt")]
public CEntityIOOutput OnVariantInt { get; }
Property Value
OnVariantString
[SchemaMember("CTestPulseIO", "m_OnVariantString")]
public CEntityIOOutput OnVariantString { get; }
Property Value
OnVariantVector
[SchemaMember("CTestPulseIO", "m_OnVariantVector")]
public CEntityIOOutput OnVariantVector { get; }
Property Value
OnVariantVoid
[SchemaMember("CTestPulseIO", "m_OnVariantVoid")]
public CEntityIOOutput OnVariantVoid { get; }