Table of Contents

Class CPointPrefab

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

Constructors

CPointPrefab(nint)

public CPointPrefab(nint pointer)

Parameters

pointer nint

Properties

AssociatedRelayEntity

[SchemaMember("CPointPrefab", "m_associatedRelayEntity")]
public CHandle<CPointPrefab> AssociatedRelayEntity { get; }

Property Value

CHandle<CPointPrefab>

AssociatedRelayTargetName

[SchemaMember("CPointPrefab", "m_associatedRelayTargetName")]
public string AssociatedRelayTargetName { get; set; }

Property Value

string

FixupNames

[SchemaMember("CPointPrefab", "m_fixupNames")]
public ref bool FixupNames { get; }

Property Value

bool

ForceWorldGroupID

[SchemaMember("CPointPrefab", "m_forceWorldGroupID")]
public string ForceWorldGroupID { get; set; }

Property Value

string

LoadDynamic

[SchemaMember("CPointPrefab", "m_bLoadDynamic")]
public ref bool LoadDynamic { get; }

Property Value

bool

TargetMapName

[SchemaMember("CPointPrefab", "m_targetMapName")]
public string TargetMapName { get; set; }

Property Value

string