Esempio n. 1
0
 public unsafe static long $Invoke2(long instance, long *args)
 {
     FactionDecal.SetDeployableDecalVisibiliy(Marshal.PtrToStringUni(*(IntPtr *)args), (UXGrid)GCHandledObjects.GCHandleToObject(args[1]), *(sbyte *)(args + 2) != 0);
     return(-1L);
 }
Esempio n. 2
0
 public unsafe static long $Invoke1(long instance, long *args)
 {
     FactionDecal.SetDeployableDecalVisibiliy((UXFactory)GCHandledObjects.GCHandleToObject(*args), *(sbyte *)(args + 1) != 0);
     return(-1L);
 }