Table of Contents

Class CInfoInteraction

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

Constructors

CInfoInteraction(nint)

public CInfoInteraction(nint pointer)

Parameters

pointer nint

Properties

InteractRadius

[SchemaMember("CInfoInteraction", "m_flInteractRadius")]
public ref float InteractRadius { get; }

Property Value

float

StrInteractVData

[SchemaMember("CInfoInteraction", "m_strInteractVData")]
public string StrInteractVData { get; set; }

Property Value

string

StrSlotEntityName

[SchemaMember("CInfoInteraction", "m_strSlotEntityName")]
public Span<string> StrSlotEntityName { get; }

Property Value

Span<string>