Difference between revisions of "SourceMod SDK"
m (→Directory Structure) |
|||
Line 5: | Line 5: | ||
*'''editor''': Editor related files (eventually, our own IDE will go here) | *'''editor''': Editor related files (eventually, our own IDE will go here) | ||
**'''crimson''': Drop-in syntax highlighting for [http://www.crimsoneditor.com/ Crimson Editor] | **'''crimson''': Drop-in syntax highlighting for [http://www.crimsoneditor.com/ Crimson Editor] | ||
+ | **'''ultraedit''': Drop-in syntax highlighting for [http://www.ultraedit.com/ UltraEdit/UEStudio] | ||
*'''extensions''': Publicly open-sourced extensions. | *'''extensions''': Publicly open-sourced extensions. | ||
**'''geoip''': GeoIP extension. | **'''geoip''': GeoIP extension. | ||
Line 17: | Line 18: | ||
**'''sourcepawn''': SourcePawn header files. | **'''sourcepawn''': SourcePawn header files. | ||
*'''translations''': Translation files. | *'''translations''': Translation files. | ||
− | |||
=Further Reading= | =Further Reading= |
Revision as of 07:38, 12 February 2007
The SourceMod SDK is the Software Development Kit for writing SourceMod Extensions and Plugins. This article briefly introduces it.
Directory Structure
- configs: Configuration files that SourceMod uses
- editor: Editor related files (eventually, our own IDE will go here)
- crimson: Drop-in syntax highlighting for Crimson Editor
- ultraedit: Drop-in syntax highlighting for UltraEdit/UEStudio
- extensions: Publicly open-sourced extensions.
- geoip: GeoIP extension.
- threader: Threading extension.
- plugins: SourceMod plugin implementations.
- include: Include files and their documentation.
- public: Public interface files.
- doxygen: The SDK Doxygen file.
- extensions: Public interface files that come from extensions.
- licenses: License information.
- sample_ext: A sample extension.
- sourcepawn: SourcePawn header files.
- translations: Translation files.
Further Reading
- For writing extensions, see Writing Extensions.
- For live doxygen, see Live Doxygen.
- For the nightly source code tree, see SDK ViewVC.
- For the SDK homepage, see http://www.sourcemod.net/sdk/