SwiftlyS2

CEnvEntityMaker

Interface CEnvEntityMaker

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CEnvEntityMaker : CPointEntity, CBaseEntity, CEntityInstance, IEquatable<CEntityInstance>, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CPointEntity>, ISchemaClass<CEnvEntityMaker>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

BlockerOrigin

ref Vector BlockerOrigin { get; }
Property Value

CurrentBlocker

ref CHandle<CBaseEntity> CurrentBlocker { get; }
Property Value

CurrentInstance

ref CHandle<CBaseEntity> CurrentInstance { get; }
Property Value

EntityMaxs

ref Vector EntityMaxs { get; }
Property Value

EntityMins

ref Vector EntityMins { get; }
Property Value

OutputOnFailedSpawn

ref CEntityIOOutput OutputOnFailedSpawn { get; }
Property Value

OutputOnSpawned

ref CEntityIOOutput OutputOnSpawned { get; }
Property Value

PostSpawnDirection

ref QAngle PostSpawnDirection { get; }
Property Value

PostSpawnDirectionVariance

ref float PostSpawnDirectionVariance { get; }
Property Value

PostSpawnSpeed

ref float PostSpawnSpeed { get; }
Property Value

PostSpawnUseAngles

ref bool PostSpawnUseAngles { get; }
Property Value

Template

string Template { get; set; }
Property Value

On this page