Table of Contents

Class CVariant

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CVariant : NativeObject
Inheritance
object
CVariant
Inherited Members

Constructors

CVariant(nint)

public CVariant(nint pointer)

Parameters

pointer nint

Properties

FieldType

public fieldtype_t FieldType { get; }

Property Value

fieldtype_t

IsValid

public bool IsValid { get; }

Property Value

bool

Methods

Get<T>()

public T Get<T>()

Returns

T

Type Parameters

T

Set<T>(T)

public void Set<T>(T value)

Parameters

value T

Type Parameters

T