L L4D2node

studiohdr_t::FindModel

0x004c7570 · 42 bytes · __thiscall

_ZNK11studiohdr_t9FindModelEPPvPKc

Decompiled

undefined (3 params)

/* studiohdr_t::FindModel(void**, char const*) const */

void __thiscall studiohdr_t::FindModel(studiohdr_t *this,void **param_1,char *param_2)

{
  (**(code **)(*modelinfo + 0x60))(modelinfo,this,param_1,param_2);
  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)