Difference between revisions of "Category:SourceMod Development"

From AlliedModders Wiki
Jump to: navigation, search
m
 
(7 intermediate revisions by 5 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 13: Line 15:
 
==Detailed Tutorials==
 
==Detailed Tutorials==
 
*[[Admin API (SourceMod)|Administration API]]
 
*[[Admin API (SourceMod)|Administration API]]
 +
*[[Compiling SourceMod]]
 
*[[Handle API (SourceMod)|Handle System API]]
 
*[[Handle API (SourceMod)|Handle System API]]
 
*[[Menu API (SourceMod)|Menu System API]]
 
*[[Menu API (SourceMod)|Menu System API]]
 
*[[Natives (SourceMod Development)|Writing Native Functions]]
 
*[[Natives (SourceMod Development)|Writing Native Functions]]
 +
*[[Finding Virtual Offsets]]
  
 
==Resources==
 
==Resources==
 +
 +
*[[Virtual_Offsets_(Source_Mods)|Virtual Offsets List]]
 
*[[Entity Properties]]
 
*[[Entity Properties]]
 
*[[Game Events (Source)|Game Events]]
 
*[[Game Events (Source)|Game Events]]
Line 23: Line 29:
 
*[[Useful Signatures (Source)|Useful Signatures]]
 
*[[Useful Signatures (Source)|Useful Signatures]]
 
*[[:Category:Metamod:Source Development|Metamod:Source Development]]
 
*[[:Category:Metamod:Source Development|Metamod:Source Development]]
 +
*[[: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