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).
- 05:49, 22 February 2025 Ficool2 talk contribs created page Half-Life Deathmatch: Source/Scripting/Game Events (Created page with "{{toc-right}} This article lists game events in Half-Life_Deathmatch:_Source. These were retrieved from <code>serverevents.res</code>, <code>gameevents.res</code> and <code>modevents.res</code> in the <code>resource</code> folder. {{warning|Some events have parameter 'class' which cannot be accessed with dot syntax, i.e. <code>params.class</code>, as <code>class</code> is a reserved word in Squirrel. Instead, use string indexing like so: <code>params["class"]</code>}...")