Difference between revisions of "Category:SourceMod Scripting"
m |
|||
Line 1: | Line 1: | ||
This category contains articles about scripting for SourceMod with SourcePawn. | This category contains articles about scripting for SourceMod with SourcePawn. | ||
+ | |||
+ | ===Introductions=== | ||
+ | *[[Introduction to SourcePawn]] - Learning language syntax. | ||
+ | *[[Introduction to SourceMod Plugins]] - Writing your "first plugin." | ||
+ | |||
+ | ===Basic API=== | ||
+ | *[[AutoConfigs (SourceMod Scripting)|AutoConfigs]] | ||
+ | *[[Commands (SourceMod Scripting)|Commands]] - Console commands/input. | ||
+ | *[[ConVars (SourceMod Scripting)|ConVars]] - Console variables (cvars). | ||
+ | *[[Events (SourceMod Scripting)|Events]] - Half-Life 2 Game Events. | ||
+ | *[[KeyValues (SourceMod Scripting)|KeyValues]] - KeyValues file parsing/writing. | ||
+ | *[[Menu API (SourceMod)|Menus]] - Building and drawing menus. | ||
+ | *[[SQL (SourceMod Scripting)|SQL]] - Using databases (MySQL, SQLite). | ||
+ | *[[Timers (SourceMod Scripting)|Timers]] - Timed callbacks. | ||
+ | *[[Translations (SourceMod Scripting)|Translations]] - Internationalization. | ||
+ | |||
+ | ===Advanced API=== | ||
+ | *[[Admin API (SourceMod)|Administration API]] - Using the Admin Cache. | ||
+ | *[[Admin Menu (SourceMod Scripting)|Admin Menu API]] - Attaching to the Admin Menu. | ||
+ | *[[Creating Natives (SourceMod Scripting)|Creating Natives]] - Exposing API to other plugins. | ||
+ | *[[Function Calling API (SourceMod Scripting)|Function Calling API]] - Calling external functions. | ||
+ | *[[Optional Requirements (SourceMod Scripting)|Optional Requirements]] - Managing dependencies. | ||
+ | *[[SDKTools (SourceMod Scripting)|SDKTools]] - Using the powerful SDK abstraction layer. | ||
+ | *[[TempEnts (SourceMod SDKTools)|Temporary Entities]] - Using temporary entities. | ||
+ | |||
+ | ===Information=== | ||
+ | *[[Deprecation Schedule (SourceMod Scripting)|Deprecation Schedule]] - Which functions are getting removed. | ||
+ | *[[Format Class Functions (SourceMod Scripting)|Format Class Functions]] - All about text formatting. | ||
+ | *[[Handles (SourceMod Scripting)|Handles]] - Overview of Handles and some common types. | ||
+ | *[[Optimizing Plugins (SourceMod Scripting)|Optimizing Plugins]] - Optimization hints. | ||
+ | *[[Tags (Scripting)|Tags]] - All about tags. | ||
+ | |||
+ | ===Resources=== | ||
+ | *[[Entity Properties]] - Explanation of Source entity properties. | ||
+ | *[[Game Events (Source)|Game Events]] - Game events listings for popular mods. | ||
+ | *[[Mod TempEnt List (Source)|Temp Entity Lists]] - Temporary entities for popular mods. | ||
[[Category:SourceMod]] | [[Category:SourceMod]] | ||
[[Category:SourceMod Development]] | [[Category:SourceMod Development]] |
Revision as of 18:33, 15 November 2007
This category contains articles about scripting for SourceMod with SourcePawn.
Introductions
- Introduction to SourcePawn - Learning language syntax.
- Introduction to SourceMod Plugins - Writing your "first plugin."
Basic API
- AutoConfigs
- 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
- Administration API - Using the Admin Cache.
- Admin Menu API - Attaching to the Admin Menu.
- Creating Natives - Exposing API to other plugins.
- Function Calling API - Calling external functions.
- Optional Requirements - Managing dependencies.
- SDKTools - Using the powerful SDK abstraction layer.
- Temporary Entities - Using temporary entities.
Information
- Deprecation Schedule - Which functions are getting removed.
- Format Class Functions - All about text formatting.
- Handles - Overview of Handles and some common types.
- Optimizing Plugins - Optimization hints.
- Tags - All about tags.
Resources
- Entity Properties - Explanation of Source entity properties.
- Game Events - Game events listings for popular mods.
- Temp Entity Lists - Temporary entities for popular mods.
Pages in category "SourceMod Scripting"
The following 47 pages are in this category, out of 47 total.