Difference between revisions of "Category:SourceMod Development"

From AlliedModders Wiki
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{ForAdvancedDevelopers|SourceMod}}
 +
 
This category contains articles about developing for SourceMod extensions.  [[:Category:SourceMod_Scripting|Click here for the scripting category]].
 
This category contains articles about developing for SourceMod extensions.  [[:Category:SourceMod_Scripting|Click here for the scripting category]].
  
 
==Scripting==
 
==Scripting==
 
*[[:Category:SourceMod_Scripting|Scripting Tutorials]]
 
*[[:Category:SourceMod_Scripting|Scripting Tutorials]]
*[http://docs.sourcemod.net/api/ Scripting Reference]
+
*[https://sm.alliedmods.net/new-api/ Scripting Reference]
  
 
==Introductions==
 
==Introductions==
Line 20: Line 22:
  
 
==Resources==
 
==Resources==
 +
 +
*[[Virtual_Offsets_(Source_Mods)|Virtual Offsets List]]
 
*[[Entity Properties]]
 
*[[Entity Properties]]
 
*[[Game Events (Source)|Game Events]]
 
*[[Game Events (Source)|Game Events]]
Line 26: Line 30:
 
*[[:Category:Metamod:Source Development|Metamod:Source Development]]
 
*[[:Category:Metamod:Source Development|Metamod:Source Development]]
 
*[[:Category:Game_Resources|Mod Specific Resources]]
 
*[[:Category:Game_Resources|Mod Specific Resources]]
 +
*[[User_Messages|User Messages]]
  
  
 
[[Category:SourceMod]]
 
[[Category:SourceMod]]

Latest revision as of 18:03, 12 June 2024

For Internal Development

This page is geared towards helping developers learn how to use the behind-the-scenes parts of SourceMod itself. If you're looking to contribute to or extend SourceMod, this is probably the page for you! Look inside and see the wires that make SourceMod tick

This category contains articles about developing for SourceMod extensions. Click here for the scripting category.

Scripting

Introductions

Detailed Tutorials

Resources