C# Class SharpMod.MetaMod.MetaModEngine

Exibir arquivo Open project: txdv/sharpmod Class Usage Examples

Public Methods

Method Description
RemoveEntityPost ( IntPtr entity ) : void

Private Methods

Method Description
CmdArgc ( ) : int
CmdArgs ( ) : IntPtr
CmdArgv ( int i ) : IntPtr
GetEngineFunctionsPost ( EngineFunctions &functions, int &interfaceVersion ) : int
GetEntityAPI2Post ( EntityAPI &functionTable, int &interfaceVersion ) : int
Main ( string args ) : void
MessageBeginPost ( MessageDestination destination, int messageType, IntPtr floatValue, IntPtr playerEntity ) : void
MessageEndPost ( ) : void
RegisterUserMessagePost ( string name, int size ) : void
ServerActivatePost ( IntPtr pEdictList, int edictCount, int clientMax ) : void
SetResult ( MetaResult result ) : void
Spawn ( IntPtr pent ) : void
StartFramePost ( ) : void
UsePost ( IntPtr pentUsed, IntPtr pentOther ) : void
WriteAnglePost ( int val ) : void
WriteBytePost ( int val ) : void
WriteCharPost ( int val ) : void
WriteCoordPost ( int val ) : void
WriteEntityPost ( int entity ) : void
WriteLongPost ( int val ) : void
WriteShortPost ( int val ) : void
WriteStringPost ( string val ) : void
handlerGiveFnptrsToDll ( IntPtr engineFunctionsFromEngine, GlobalVariables globalVariables ) : void
handlerMeta_Attach ( IntPtr a, MetaFunctions pFunctionTable, MetaGlobals pMetaGlobals, IntPtr pGamedllFuncs ) : void
handlerMeta_Query ( PluginLoadTime now, IntPtr PluginInfo, IntPtr MetaUtilFuncs ) : void

Method Details

RemoveEntityPost() public static method

public static RemoveEntityPost ( IntPtr entity ) : void
entity System.IntPtr
return void