C# 클래스 SharpMod.MetaMod.MetaModEngine

파일 보기 프로젝트 열기: txdv/sharpmod 1 사용 예제들

공개 메소드들

메소드 설명
RemoveEntityPost ( IntPtr entity ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

RemoveEntityPost() 공개 정적인 메소드

public static RemoveEntityPost ( IntPtr entity ) : void
entity System.IntPtr
리턴 void