SourceMod SDK
1.7
|
Contains wrappers for making Extensions easier to write. More...
Functions | |
PLATFORM_EXTERN_C IExtensionInterface * | GetSMExtAPI () |
SMM_API void * | PL_EXPOSURE (const char *name, int *code) |
Variables | |
IExtension * | myself = NULL |
IShareSys * | g_pShareSys = NULL |
IShareSys * | sharesys = NULL |
ISourceMod * | g_pSM = NULL |
ISourceMod * | smutils = NULL |
PluginId | g_PLID = 0 |
ISmmPlugin * | g_PLAPI = NULL |
SourceHook::ISourceHook * | g_SHPtr = NULL |
ISmmAPI * | g_SMAPI = NULL |
IVEngineServer * | engine = NULL |
IServerGameDLL * | gamedll = NULL |
Contains wrappers for making Extensions easier to write.
SourceMod Base Extension Code
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 3.0, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
As a special exception, AlliedModders LLC gives you permission to link the code of this program (as well as its derivative works) to "Half-Life 2," the "Source Engine," the "SourcePawn JIT," and any Game MODs that run on software by the Valve Corporation. You must obey the GNU General Public License in all respects for all other code used. Additionally, AlliedModders LLC grants this exception to all derivative works. AlliedModders LLC defines further exceptions, found in LICENSE.txt (as of this writing, version JULY-31-2007), or http://www.sourcemod.net/license.php.
Version: $Id$
PLATFORM_EXTERN_C IExtensionInterface* GetSMExtAPI | ( | ) |
Exports the main interface
SMM_API void* PL_EXPOSURE | ( | const char * | name, |
int * | code | ||
) |
Exposes the extension to Metamod
IVEngineServer* engine = NULL |
IVEngineServer pointer
ISmmPlugin* g_PLAPI = NULL |
Metamod plugin API
PluginId g_PLID = 0 |
Metamod plugin ID
IShareSys* g_pShareSys = NULL |
Share system
ISourceMod* g_pSM = NULL |
SourceMod helpers
SourceHook::ISourceHook* g_SHPtr = NULL |
SourceHook pointer
ISmmAPI* g_SMAPI = NULL |
SourceMM API pointer
IServerGameDLL* gamedll = NULL |
IServerGameDLL pointer
IExtension* myself = NULL |
Ourself
IShareSys* sharesys = NULL |
Share system
ISourceMod* smutils = NULL |
SourceMod helpers