L L4D2node

CWeaponpain_pillsSpawn::~CWeaponpain_pillsSpawn

0x008dc4c0 · 38 bytes · __thiscall

_ZN22CWeaponpain_pillsSpawnD2Ev

Decompiled

undefined (1 param)

/* CWeaponpain_pillsSpawn::~CWeaponpain_pillsSpawn() */

void __thiscall CWeaponpain_pillsSpawn::~CWeaponpain_pillsSpawn(CWeaponpain_pillsSpawn *this)

{
  *(undefined ***)this = &PTR__CWeaponpain_pillsSpawn_00cf5b48;
  *(undefined ***)(this + 0x13f4) = &PTR_OnAttemptPhysGunPickup_00cf5f40;
  *(undefined **)(this + 0x1448) = &DAT_00cf5f70;
  CWeaponSpawn::~CWeaponSpawn((CWeaponSpawn *)this);
  return;
}

SourceMod gamedata

paste into addons/sourcemod/gamedata/<your_plugin>.txt
used as the SourceMod key — change to fit your plugin's convention
SourceMod library name (server / engine / matchmaking)

Just a Signatures{} block, ready to drop into a gamedata file. Wire it up in your plugin however you like - SDKCall, DHooks, raw memory ops, or anything else.



        

        

          

Type inference is best-effort from the C signature - sanity-check the DHooks types before shipping.

Return-type handling cheatsheet (DHookReturn)