Public Member Functions

SourceMod::ISDKTools Class Reference

SDKTools API. More...

#include <public/extensions/ISDKTools.h>

Inherits SourceMod::SMInterface.

Collaboration diagram for SourceMod::ISDKTools:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetInterfaceName ()=0
 Must return a string defining the interface's unique name.
virtual unsigned int GetInterfaceVersion ()=0
 Must return an integer defining the interface's version.
virtual IServer * GetIServer ()=0
 Returns a pointer to IServer if one was found.
virtual void * GetGameRules ()=0
 Returns a pointer to game's CGameRules class.

Detailed Description

SDKTools API.

Definition at line 52 of file ISDKTools.h.


Member Function Documentation

virtual IServer* SourceMod::ISDKTools::GetIServer (  )  [pure virtual]

Returns a pointer to IServer if one was found.

Returns:
IServer pointer, or NULL if SDKTools was unable to find one.
virtual void* SourceMod::ISDKTools::GetGameRules (  )  [pure virtual]

Returns a pointer to game's CGameRules class.

Returns:
CGameRules pointer or NULL if not found.

The documentation for this class was generated from the following file: