Difference between revisions of "Category:Ru:SourceMod Scripting"
(New page: Эта категория содержит статьи о написании скриптов для SourceMod с использованием SourcePawn. ===Введение=== *[[Intro...) |
m |
||
Line 2: | Line 2: | ||
===Введение=== | ===Введение=== | ||
− | *[[Introduction to SourcePawn]] - Learning language syntax. | + | *[[Ru:Introduction to SourcePawn]] - Learning language syntax. |
− | *[[Introduction to SourceMod Plugins]] - Writing your "first plugin." | + | *[[Ru:Introduction to SourceMod Plugins]] - Writing your "first plugin." |
*[http://docs.sourcemod.net/api API Reference] - Searchable scripting API reference. | *[http://docs.sourcemod.net/api API Reference] - Searchable scripting API reference. | ||
===Основной API=== | ===Основной API=== | ||
− | *[[AutoConfigs (SourceMod Scripting)|AutoConfigs]] - Automatic .cfg creation for cvars. | + | *[[Ru:AutoConfigs (SourceMod Scripting)|AutoConfigs]] - Automatic .cfg creation for cvars. |
− | *[[Commands (SourceMod Scripting)|Commands]] - Console commands/input. | + | *[[Ru:Commands (SourceMod Scripting)|Commands]] - Console commands/input. |
− | *[[ConVars (SourceMod Scripting)|ConVars]] - Console variables (cvars). | + | *[[Ru:ConVars (SourceMod Scripting)|ConVars]] - Console variables (cvars). |
− | *[[Events (SourceMod Scripting)|Events]] - Half-Life 2 Game Events. | + | *[[Ru:Events (SourceMod Scripting)|Events]] - Half-Life 2 Game Events. |
− | *[[KeyValues (SourceMod Scripting)|KeyValues]] - KeyValues file parsing/writing. | + | *[[Ru:KeyValues (SourceMod Scripting)|KeyValues]] - KeyValues file parsing/writing. |
− | *[[Menu API (SourceMod)|Menus]] - Building and drawing menus. | + | *[[Ru:Menu API (SourceMod)|Menus]] - Building and drawing menus. |
− | *[[SQL (SourceMod Scripting)|SQL]] - Using databases (MySQL, SQLite). | + | *[[Ru:SQL (SourceMod Scripting)|SQL]] - Using databases (MySQL, SQLite). |
− | *[[Timers (SourceMod Scripting)|Timers]] - Timed callbacks. | + | *[[Ru:Timers (SourceMod Scripting)|Timers]] - Timed callbacks. |
− | *[[Translations (SourceMod Scripting)|Translations]] - Internationalization. | + | *[[Ru:Translations (SourceMod Scripting)|Translations]] - Internationalization. |
===Продвинутый API=== | ===Продвинутый API=== |
Revision as of 04:22, 24 December 2008
Эта категория содержит статьи о написании скриптов для SourceMod с использованием SourcePawn.
Введение
- Ru:Introduction to SourcePawn - Learning language syntax.
- Ru:Introduction to SourceMod Plugins - Writing your "first plugin."
- API Reference - Searchable scripting API reference.
Основной 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.
Продвинутый 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.
Информация
- 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.
- Vectors Explained - Explanation of Vector types.
Ресурсы
- API Reference - Searchable scripting API reference.
- Entity Properties - Explanation of Source entity properties.
- Game Events - Game events listings for popular mods.
- Temp Entity Lists - Temporary entities for popular mods.
- SourceMod Profiler - Performance tracking and optimizing.
Pages in category "Ru:SourceMod Scripting"
The following 12 pages are in this category, out of 12 total.
R
- Ru:AutoConfigs (SourceMod Scripting)
- Ru:Commands (SourceMod Scripting)
- Ru:DataPacks (SourceMod Scripting)
- Ru:Events (SourceMod Scripting)
- Ru:Format Class Functions (SourceMod Scripting)
- Ru:Introduction to SourceMod Plugins
- Ru:Introduction to SourcePawn
- Ru:KeyValues (SourceMod Scripting)
- Ru:SQL (SourceMod Scripting)
- Ru:Timers (SourceMod Scripting)
- Ru:Translations (SourceMod Scripting)