示例#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);