Skip to content

Class "EntityLaser"⚓︎

Content Overview

Return valueFunction
static VectorCalculateEndPoint ( Vector Start, Vector Dir, Vector PositionOffset, Entity Parent, float Margin )⚓︎
const VectorGetEndPoint ( )⚓︎
const HomingLaser::SampleListGetNonOptimizedSamples ( )⚓︎
intGetRenderZ ( )⚓︎
const HomingLaser::SampleListGetSamples ( )⚓︎
booleanIsCircleLaser ( )⚓︎
booleanIsSampleLaser ( )⚓︎
voidSetActiveRotation ( int Delay, float AngleDegrees, float RotationSpd, boolean TimeoutComplete )⚓︎
voidSetBlackHpDropChance ( float Chance )⚓︎
voidSetHomingType ( LaserHomingType Type )⚓︎
voidSetMaxDistance ( float Distance )⚓︎
voidSetMultidimensionalTouched ( boolean Value )⚓︎
voidSetOneHit ( boolean Value )⚓︎
voidSetTimeout ( int Value )⚓︎
static EntityLaserShootAngle ( int Variant, Vector SourcePos, float AngleDegrees, int Timeout, Vector PosOffset, Entity Source )⚓︎
floatAngle⚓︎
floatAngleDegrees⚓︎
floatBlackHpDropChance⚓︎
EntityBounceLaser⚓︎
floatCurveStrength⚓︎
booleanDisableFollowParent⚓︎
VectorEndPoint⚓︎
booleanFirstUpdate⚓︎
booleanGridHit⚓︎
HomingLaserHomingLaser⚓︎
LaserHomingTypeHomingType⚓︎
booleanIsActiveRotating⚓︎
floatLaserLength⚓︎
floatLastAngleDegrees⚓︎
floatMaxDistance⚓︎
booleanOneHit⚓︎
VectorParentOffset⚓︎
floatRadius⚓︎
floatRotationDegrees⚓︎
intRotationDelay⚓︎
floatRotationSpd⚓︎
booleanSampleLaser⚓︎
booleanShrink⚓︎
floatStartAngleDegrees⚓︎
TearFlagsTearFlags⚓︎
intTimeout⚓︎

Inherits from Class:⚓︎

Entity

Functions⚓︎

CalculateEndPoint ()⚓︎

static Vector CalculateEndPoint ( Vector Start, Vector Dir, Vector PositionOffset, Entity Parent, float Margin )⚓︎


GetEndPoint ()⚓︎

const Vector GetEndPoint ( )⚓︎


GetNonOptimizedSamples ()⚓︎

const HomingLaser::SampleList GetNonOptimizedSamples ( )⚓︎


GetRenderZ ()⚓︎

int GetRenderZ ( )⚓︎


GetSamples ()⚓︎

const HomingLaser::SampleList GetSamples ( )⚓︎


IsCircleLaser ()⚓︎

boolean IsCircleLaser ( )⚓︎


IsSampleLaser ()⚓︎

boolean IsSampleLaser ( )⚓︎


SetActiveRotation ()⚓︎

void SetActiveRotation ( int Delay, float AngleDegrees, float RotationSpd, boolean TimeoutComplete )⚓︎


SetBlackHpDropChance ()⚓︎

void SetBlackHpDropChance ( float Chance )⚓︎


SetHomingType ()⚓︎

void SetHomingType ( LaserHomingType Type )⚓︎


SetMaxDistance ()⚓︎

void SetMaxDistance ( float Distance )⚓︎


SetMultidimensionalTouched ()⚓︎

void SetMultidimensionalTouched ( boolean Value )⚓︎


SetOneHit ()⚓︎

void SetOneHit ( boolean Value )⚓︎


SetTimeout ()⚓︎

void SetTimeout ( int Value )⚓︎


ShootAngle ()⚓︎

static EntityLaser ShootAngle ( int Variant, Vector SourcePos, float AngleDegrees, int Timeout, Vector PosOffset, Entity Source )⚓︎

static helper to simplify spawning lasers


Variables⚓︎

Angle⚓︎

float Angle⚓︎


AngleDegrees⚓︎

float AngleDegrees⚓︎


BlackHpDropChance⚓︎

float BlackHpDropChance⚓︎

For maw of void.


BounceLaser⚓︎

Entity BounceLaser⚓︎


CurveStrength⚓︎

float CurveStrength⚓︎

My Reflection.


DisableFollowParent⚓︎

boolean DisableFollowParent⚓︎

Set on children of other lasers, for instance Rubber Cement reflections. Disables m_ParentOffset.


EndPoint⚓︎

Vector EndPoint⚓︎

Will hold the endpoint so it will not need to be recalculated when accessed from extern.


FirstUpdate⚓︎

boolean FirstUpdate⚓︎


GridHit⚓︎

boolean GridHit⚓︎

true if laser can be clipped by grid entities and it was clipped at that frame.


HomingLaser⚓︎

HomingLaser HomingLaser⚓︎


HomingType⚓︎

LaserHomingType HomingType⚓︎


IsActiveRotating⚓︎

boolean IsActiveRotating⚓︎


LaserLength⚓︎

float LaserLength⚓︎


LastAngleDegrees⚓︎

float LastAngleDegrees⚓︎


MaxDistance⚓︎

float MaxDistance⚓︎

Used to trim brimstone for Azazel (0 - off)


OneHit⚓︎

boolean OneHit⚓︎

Laser hits only once.


ParentOffset⚓︎

Vector ParentOffset⚓︎


Radius⚓︎

float Radius⚓︎


RotationDegrees⚓︎

float RotationDegrees⚓︎


RotationDelay⚓︎

int RotationDelay⚓︎


RotationSpd⚓︎

float RotationSpd⚓︎


SampleLaser⚓︎

boolean SampleLaser⚓︎


Shrink⚓︎

boolean Shrink⚓︎


StartAngleDegrees⚓︎

float StartAngleDegrees⚓︎

Some lasers have a bit of random variation in rotation so they need to remember their starting point.


TearFlags⚓︎

TearFlags TearFlags⚓︎


Timeout⚓︎

int Timeout⚓︎



Last update: June 9, 2021