예제 #1
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 PushAddress(ref AMXStruct amx, ref Cell cell);
예제 #2
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 GetTag(ref AMXStruct amx, Int32 index, StringBuilder tagname, out Int32 tagID);
예제 #3
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 Register(ref AMXStruct amx, [MarshalAs(UnmanagedType.LPArray)] AMXNativeInfo[] list,
                                     Int32 count);
예제 #4
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 FindPublic(ref AMXStruct amx, string name, out Int32 index);
예제 #5
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 FindPublicVar(ref AMXStruct amx, string name, out IntPtr address);
예제 #6
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 Clone(ref AMXStruct amxClone, AMXStruct amxSource, IntPtr data);
예제 #7
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 NameLength(ref AMXStruct amx, out Int32 length);
예제 #8
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 Release(ref AMXStruct amx, IntPtr address);
예제 #9
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 ConsoleInit(ref AMXStruct amx);
예제 #10
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 RaiseError(ref AMXStruct amx, Int32 error);
예제 #11
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 Allot(ref AMXStruct amx, Int32 cells, out IntPtr address);
예제 #12
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 Exec(ref AMXStruct amx, out Int32 retval, Int32 index);
예제 #13
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 PushString(ref AMXStruct amx, out IntPtr address, string str, Int32 pack, Int32 useWchar);
예제 #14
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 PushArray(ref AMXStruct amx, out CellPtr address, Int32[] array, Int32 numcells);
예제 #15
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 Init(ref AMXStruct amx, IntPtr program);
예제 #16
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 DGramInit(ref AMXStruct amx);
예제 #17
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 Cleanup(ref AMXStruct amx);
예제 #18
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 StringInit(ref AMXStruct amx);
예제 #19
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 MemoryInfo(ref AMXStruct amx, out long codesize, out long datasize, out long stackheap);
예제 #20
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 TimeInit(ref AMXStruct amx);
예제 #21
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 GetNative(ref AMXStruct amx, Int32 index, StringBuilder name);
예제 #22
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 TimeClean(ref AMXStruct amx);
예제 #23
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 GetPublicVar(ref AMXStruct amx, Int32 index, StringBuilder name, out IntPtr address);
예제 #24
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 FixedInit(ref AMXStruct amx);
예제 #25
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 NumberOfTags(ref AMXStruct amx, out Int32 number);
예제 #26
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 FloatInit(ref AMXStruct amx);
예제 #27
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 FindTagId(ref AMXStruct amx, Int32 tagID, StringBuilder tagname);
예제 #28
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 Flags(ref AMXStruct amx, out UInt16 flags);
예제 #29
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 Push(ref AMXStruct amx, Int32 value);
예제 #30
0
파일: AMXCall.cs 프로젝트: UTINKA/PSharp
 public static extern Int32 PushAddress(ref AMXStruct amx, IntPtr address);