L L4D2node

CSteamAppSystemGroup::CSteamAppSystemGroup

0x0026b430 · 48 bytes · __thiscall

_ZN20CSteamAppSystemGroupC1EP11IFileSystemP15CAppSystemGroup

Decompiled

undefined (3 params)

/* CSteamAppSystemGroup::CSteamAppSystemGroup(IFileSystem*, CAppSystemGroup*) */

void __thiscall
CSteamAppSystemGroup::CSteamAppSystemGroup
          (CSteamAppSystemGroup *this,IFileSystem *param_1,CAppSystemGroup *param_2)

{
  CAppSystemGroup::CAppSystemGroup((CAppSystemGroup *)this,(CAppSystemGroup *)0x0);
  *(undefined ***)this = &PTR___cxa_pure_virtual_002ccf88;
  this[0x54] = (CSteamAppSystemGroup)0x0;
  *(IFileSystem **)(this + 0x50) = param_1;
  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)