SourceMod SDK  1.7
smsdk_ext.cpp File Reference

Contains wrappers for making Extensions easier to write. More...

#include <stdio.h>
#include <stdlib.h>
#include "smsdk_ext.h"

Functions

PLATFORM_EXTERN_C IExtensionInterfaceGetSMExtAPI ()
 
SMM_API void * PL_EXPOSURE (const char *name, int *code)
 

Variables

IExtensionmyself = NULL
 
IShareSysg_pShareSys = NULL
 
IShareSyssharesys = NULL
 
ISourceModg_pSM = NULL
 
ISourceModsmutils = NULL
 
PluginId g_PLID = 0
 
ISmmPlugin * g_PLAPI = NULL
 
SourceHook::ISourceHook * g_SHPtr = NULL
 
ISmmAPI * g_SMAPI = NULL
 
IVEngineServer * engine = NULL
 
IServerGameDLL * gamedll = NULL
 

Detailed Description

Contains wrappers for making Extensions easier to write.

vim: set ts=4 sw=4 tw=99 noet:

SourceMod Base Extension Code

Copyright (C) 2004-2008 AlliedModders LLC. All rights reserved.

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$

Function Documentation

PLATFORM_EXTERN_C IExtensionInterface* GetSMExtAPI ( )

Exports the main interface

SMM_API void* PL_EXPOSURE ( const char *  name,
int *  code 
)

Exposes the extension to Metamod

Variable Documentation

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