Difference between revisions of "Category:SourceMod Scripting"

From AlliedModders Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
{{LanguageSwitch}}
 +
 
This category contains articles about scripting for SourceMod with SourcePawn.
 
This category contains articles about scripting for SourceMod with SourcePawn.
  
Line 43: Line 45:
 
[[Category:SourceMod]]
 
[[Category:SourceMod]]
 
[[Category:SourceMod Development]]
 
[[Category:SourceMod Development]]
 
{{LanguageSwitch}}
 

Revision as of 04:39, 23 December 2008

Warning: This template (and by extension, language format) should not be used, any pages using it should be switched to Template:Languages

View this page in:  English  Russian  简体中文(Simplified Chinese)

This category contains articles about scripting for SourceMod with SourcePawn.

Introductions

Basic API

  • AutoConfigs - Automatic .cfg creation for cvars.
  • Commands - Console commands/input.
  • ConVars - Console variables (cvars).
  • Events - Half-Life 2 Game Events.
  • KeyValues - KeyValues file parsing/writing.
  • Menus - Building and drawing menus.
  • SQL - Using databases (MySQL, SQLite).
  • Timers - Timed callbacks.
  • Translations - Internationalization.

Advanced API

Information

Resources