L L4D2node

CDmxElement::~CDmxElement

0x00be7200 · 71 bytes · __thiscall

_ZN11CDmxElementD2Ev

Decompiled

undefined (1 param)

/* CDmxElement::~CDmxElement() */

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

{
  this[0x2e] = (CDmxElement)((char)this[0x2e] + '\x01');
  RemoveAllAttributes(this);
  LockForChanges(this,false);
  *(undefined4 *)(this + 0xc) = 0;
  CUtlMemory<CDmxAttribute*,int>::Purge((CUtlMemory<CDmxAttribute*,int> *)this);
  *(undefined4 *)(this + 0x10) = *(undefined4 *)this;
  CUtlMemory<CDmxAttribute*,int>::Purge((CUtlMemory<CDmxAttribute*,int> *)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)