L L4D2node

CTakeDamageInfo::Set

0x004c7c50 · 87 bytes · __thiscall

_ZN15CTakeDamageInfo3SetEP11CBaseEntityS1_RK6VectorS4_fiiPS2_

Decompiled

undefined (9 params)

/* CTakeDamageInfo::Set(CBaseEntity*, CBaseEntity*, Vector const&, Vector const&, float, int, int,
   Vector*) */

void __thiscall
CTakeDamageInfo::Set
          (CTakeDamageInfo *this,CBaseEntity *param_1,CBaseEntity *param_2,Vector *param_3,
          Vector *param_4,float param_5,int param_6,int param_7,Vector *param_8)

{
  Set(this,param_1,param_2,(CBaseEntity *)0x0,param_3,param_4,param_5,param_6,param_7,param_8);
  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)