eweapon#

Inherits: sprite

Weapons active on the screen from enemies. See Screen->LoadEWeapon() and Screen->CreateEWeapon().

Variables#

int

Type

int

ID

int

Family

int

Level

int

Max

int

Angle

int

Step

int

NumFrames

int

Frame

int

Power

int

Damage

bool

Angular

bool

Behind

int

ASpeed

int

FlashCSet

int

DeadState

bool

Flash

int

OriginalTile

int

OriginalCSet

const int

TotalDYOffset

npc

Parent

bool

CollDetection

int

Script

untyped[]

InitD

int

Unblockable

int

Timeout

int

DegAngle

int

Vx

int

Vy

bool

AutoRotate

bool[]

Flags

int

DeathItem

int

DeathDropset

int

DeathItemPFlags

int

DeathSprite

int

DeathSFX

int

LiftLevel

int

LiftTime

int

LiftHeight

int[]

Sprites

int[]

BurnLightRadius

const int

UID deprecated

int

ParentUID deprecated

Functions#

int

Max() deprecated

void

Max(int value) deprecated

bool

isValid()

void

UseSprite(int sprite_id)

void

Explode(int mode)

void

Remove()

bool

Switch(int effect)

void

MakeAngular()

void

MakeDirectional()

void

Own(bitmap b)

void

Own(paldata b)

void

Own(file b)

void

Own(directory b)

void

Own(stack b)

void

Own(randgen b)

void

OwnArray(untyped array)

void

OwnObject(untyped object)

Enumerations#

enum EWeaponType: ๐Ÿ”— Source

EWeapon types. Used with Screen->CreateEWeapon() and Screen->LoadEWeapon().

EWeaponType EW_ARROW = 130

EWeaponType EW_BRANG = 131

EWeaponType EW_BEAM = 132

Sword beam.

EWeaponType EW_ROCK = 133

EWeaponType EW_MAGIC = 134

EWeaponType EW_FIREBALL = 129

EWeaponType EW_FIREBALL2 = 145

Arcing boss fireball.

EWeaponType EW_BOMB = 137

Projectile bomb.

EWeaponType EW_BOMBBLAST = 135

Bomb explosion.

EWeaponType EW_SBOMB = 138

Projectile super bomb.

EWeaponType EW_SBOMBBLAST = 136

Super bomb explosion.

EWeaponType EW_FIRETRAIL = 139

EWeaponType EW_FIRE = 140

EWeaponType EW_WIND = 141

Wind wizzrobe magic.

EWeaponType EW_FIRE2 = 142

EWeaponType EW_SCRIPT1 = 31

Dummy weapon, for use with scripts.

EWeaponType EW_SCRIPT2 = 32

EWeaponType EW_SCRIPT3 = 33

EWeaponType EW_SCRIPT4 = 34

EWeaponType EW_SCRIPT5 = 35

EWeaponType EW_SCRIPT6 = 36

EWeaponType EW_SCRIPT7 = 37

EWeaponType EW_SCRIPT8 = 38

EWeaponType EW_SCRIPT9 = 39

EWeaponType EW_SCRIPT10 = 40


Variable descriptions#

int Type ๐Ÿ”— Source

The weapon type. Some types have hardcoded behaviors.


int ID ๐Ÿ”— Source

Exactly the same as Type, use that instead.


int Family ๐Ÿ”— Source

Exactly the same as Type, use that instead.


int Level ๐Ÿ”— Source

For lweapons, the level of the weapon.


int Max ๐Ÿ”— Source

Returns the max number of weapons currently allowed.


int Angle ๐Ÿ”— Source

The angle of the weapon, in radians for Angle or degrees for DegAngle. Has no real effect if the weapon is not Angular.


int Step ๐Ÿ”— Source

The movement speed of the weapon, in 100thโ€™s/pixel per frame.


int NumFrames ๐Ÿ”— Source

The number of frames in the weaponโ€™s animation.


int Frame ๐Ÿ”— Source

The current frame number that the animation is on.


int Power ๐Ÿ”— Source

The amount of damage the weapon deals.


int Damage ๐Ÿ”— Source

The amount of damage the weapon deals.


bool Angular ๐Ÿ”— Source

If the weapon is angular (instead of directional)


bool Behind ๐Ÿ”— Source

If true, the weaponโ€™s sprite will draw behind the Hero and enemies.


int ASpeed ๐Ÿ”— Source

The speed of the animation, in frames per frame.


int FlashCSet ๐Ÿ”— Source

The secondary CSet used for flashing.


int DeadState ๐Ÿ”— Source


bool Flash ๐Ÿ”— Source

If the weapon is flashing or not. When flashing, it changes between its CSet and FlashCSet.


int OriginalTile ๐Ÿ”— Source

The starting tile of the weaponโ€™s animation.


int OriginalCSet ๐Ÿ”— Source

The starting cset of the weapon.


const int TotalDYOffset ๐Ÿ”— Source

the weaponโ€™s total visual Y-offset.


npc Parent ๐Ÿ”— Source

The ID of the item, or pointer of the npc (respectively for lweapon, and for eweapon) that created this weapon.

Weapons created by script have a default Parent of -1 (lweapon) and <npc>-0.0001 (eweapon).

For lweapons, this value determines what item editor index to read item flags from.

Setting it to an item of a class that does not normally generate the given weapon

type may have unexpected effects.


bool CollDetection ๐Ÿ”— Source

If the weaponโ€™s collision is enabled. Set to false to disable collision entirely.


int Script ๐Ÿ”— Source

The weapon script running on this weapon.


untyped[] InitD ๐Ÿ”— Source

The 8 InitD[] arguments for the weapon script.


int Unblockable ๐Ÿ”— Source

value UnblockableBitflags (UNBLOCK_)

Unblockable bitflags.


int Timeout ๐Ÿ”— Source

If > 0, ticks down each frame. When ticking down to 0, kills the weapon.


int DegAngle ๐Ÿ”— Source

The angle of the weapon, in radians for Angle or degrees for DegAngle. Has no real effect if the weapon is not Angular.


int Vx ๐Ÿ”— Source

The velocity on the X or Y axis. Setting these will make the weapon Angular if it isnโ€™t already, and will adjust the weaponโ€™s Angle and Step speed.


int Vy ๐Ÿ”— Source

The velocity on the X or Y axis. Setting these will make the weapon Angular if it isnโ€™t already, and will adjust the weaponโ€™s Angle and Step speed.


bool AutoRotate ๐Ÿ”— Source

If true, the weaponโ€™s โ€˜Rotationโ€™ will be automatically set based on its Angle.


bool[] Flags ๐Ÿ”— Source

index WeaponFlag (WFLAG_)

The weaponโ€™s flags.


int DeathItem ๐Ÿ”— Source

If > -1, this item will be spawned when the weapon dies.


int DeathDropset ๐Ÿ”— Source

If > -1, this item dropset will be rolled for a drop when the weapon dies.


int DeathItemPFlags ๐Ÿ”— Source

The itemsprite::Pickup to use for the item dropped via DeathItem or DeathDropset.


int DeathSprite ๐Ÿ”— Source

If > -1, display this Sprite Data sprite when the weapon dies.


int DeathSFX ๐Ÿ”— Source

If > 0, this SFX will be played when the weapon dies.


int LiftLevel ๐Ÿ”— Source

NOTE: Not implemented - currently only lweapon can be lifted.


int LiftTime ๐Ÿ”— Source

The time it takes to lift this weapon via engine lifting.


int LiftHeight ๐Ÿ”— Source

The height to lift this weapon to via engine lifting.


int[] Sprites ๐Ÿ”— Source

Various sprites used by the weapon.


int[] BurnLightRadius ๐Ÿ”— Source

index WeaponSpriteIndex (WPN_)

The burning light radii associated with sprites of the weapon.


const int UID ๐Ÿ”— Source

Deprecated.


int ParentUID ๐Ÿ”— Source

Deprecated.


Function descriptions#

int Max() ๐Ÿ”— Source

Returns the max number of weapons currently allowed.

Deprecated: Use Max instead!


void Max(int value) ๐Ÿ”— Source

Sets the max number of weapons allowed to a new value. Range 1-1024.

Deprecated: Use Max instead!


bool isValid() ๐Ÿ”— Source

Returns true if this pointer points to a valid weapon. If this returns false, using any other value of this pointer will error.


void UseSprite(int sprite_id) ๐Ÿ”— Source

Loads the graphical information from the spritedata indicated by sprite_id to the weapon.


void Explode(int mode) ๐Ÿ”— Source

Creates an explosion particle effect in mode 0, 1, or 2 of the sprite.


void Remove() ๐Ÿ”— Source

Instantly deletes the weapon.


bool Switch(int effect) ๐Ÿ”— Source

Switch the Hero with this sprite.

Valid values for effect: SwitchEffect (SW_) (SW_EFF_).


void MakeAngular() ๐Ÿ”— Source

If the weapon is not Angular, makes it Angular, and sets its Angle based on its Dir.


void MakeDirectional() ๐Ÿ”— Source

If the weapon is Angular, makes it not Angular, and set its Dir based on its Angle


void Own(bitmap b) ๐Ÿ”— Source

Grants โ€˜Ownershipโ€™ of the parameter object to the weapon.


void Own(paldata b) ๐Ÿ”— Source

Grants โ€˜Ownershipโ€™ of the parameter object to the weapon.


void Own(file b) ๐Ÿ”— Source

Grants โ€˜Ownershipโ€™ of the parameter object to the weapon.


void Own(directory b) ๐Ÿ”— Source

Grants โ€˜Ownershipโ€™ of the parameter object to the weapon.


void Own(stack b) ๐Ÿ”— Source

Grants โ€˜Ownershipโ€™ of the parameter object to the weapon.


void Own(randgen b) ๐Ÿ”— Source

Grants โ€˜Ownershipโ€™ of the parameter object to the weapon.


void OwnArray(untyped array) ๐Ÿ”— Source

Grants โ€˜Ownershipโ€™ of the parameter object to the weapon.


void OwnObject(untyped object) ๐Ÿ”— Source

Grants โ€˜Ownershipโ€™ of the parameter object to the weapon.