All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Valve Developer Community. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:42, 7 May 2025 Nescius talk contribs created page ObjectCaps (GoldSrc) (Created page with "{{TabsBar|main=gs|base=ObjectCaps}} {{stub}} From [https://github.com/ValveSoftware/halflife/blob/b1b5cf5892918535619b2937bb927e46cb097ba1/dlls/cbase.h#L31C1-L43C78 cbase.h] <syntaxhighlight lang=cpp> // These are caps bits to indicate what an object's capabilities (currently used for save/restore and level transitions) #define FCAP_CUSTOMSAVE 0x00000001 #define FCAP_ACROSS_TRANSITION 0x00000002 // should transfer between transitions #define FCAP_MUST_SPAWN 0...")