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).

Logs
  • 05:40, 22 February 2025 Ficool2 talk contribs created page Counter-Strike: Source/Scripting/Game Events (Created page with "{{toc-right}} This article lists game events in Counter-Strike 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>}} {{tip...")