コード例 #1
0
 public unsafe static long $Invoke9(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((GalaxyTransitionData)GCHandledObjects.GCHandleToObject(instance)).TransitionDuration));
 }
コード例 #2
0
 public unsafe static long $Invoke3(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((TroopDonationProgress)GCHandledObjects.GCHandleToObject(instance)).LastTrackedDonationTime));
 }
コード例 #3
0
 public unsafe static long $Invoke0(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((BuyMultiResourceRequest)GCHandledObjects.GCHandleToObject(instance)).ToJson()));
 }
コード例 #4
0
 public unsafe static long $Invoke24(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((InventoryStorage)GCHandledObjects.GCHandleToObject(instance)).ModifyReputation(*(int *)args)));
 }
コード例 #5
0
 public unsafe static long $Invoke30(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((InventoryStorage)GCHandledObjects.GCHandleToObject(instance)).ToJson()));
 }
コード例 #6
0
 public unsafe static long $Invoke11(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((InventoryStorage)GCHandledObjects.GCHandleToObject(instance)).GetInternalStorage()));
 }
コード例 #7
0
 public unsafe static long $Invoke17(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((InventoryStorage)GCHandledObjects.GCHandleToObject(instance)).IsInventorySubstorageFull()));
 }
コード例 #8
0
 public unsafe static long $Invoke5(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((SquadScreenChatFilterView)GCHandledObjects.GCHandleToObject(instance)).IsVisible()));
 }
コード例 #9
0
 public unsafe static long $Invoke14(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((SquadScreenChatFilterView)GCHandledObjects.GCHandleToObject(instance)).UpdateBadges()));
 }
コード例 #10
0
 public unsafe static long $Invoke3(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((BattleBaseCombineMeshHelper)GCHandledObjects.GCHandleToObject(instance)).IsShieldGeneratorBuildingEligibleForBattleCombineMesh((SmartEntity)GCHandledObjects.GCHandleToObject(*args))));
 }
コード例 #11
0
 public unsafe static long $Invoke1(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((SquadScreenChatFilterView)GCHandledObjects.GCHandleToObject(instance)).GetPrefsKeyByType((ChatFilterType)(*(int *)args))));
 }
コード例 #12
0
 public unsafe static long $Invoke2(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((BattleBaseCombineMeshHelper)GCHandledObjects.GCHandleToObject(instance)).IsEntityEligibleForEligibleBuildingType((SmartEntity)GCHandledObjects.GCHandleToObject(*args))));
 }
コード例 #13
0
 public unsafe static long $Invoke1(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((BattleBaseCombineMeshHelper)GCHandledObjects.GCHandleToObject(instance)).GetEligibleBuildingTypes()));
 }
コード例 #14
0
 public unsafe static long $Invoke0(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((BattleBaseCombineMeshHelper)GCHandledObjects.GCHandleToObject(instance)).GetBuildingEntityListByType((BuildingType)(*(int *)args))));
 }
コード例 #15
0
 public unsafe static long $Invoke3(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((InventoryStorage)GCHandledObjects.GCHandleToObject(instance)).CanStoreAll(*(int *)args, (CurrencyType)(*(int *)(args + 1)))));
 }
コード例 #16
0
 public unsafe static long $Invoke2(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((PlayerIdRequest)GCHandledObjects.GCHandleToObject(instance)).ToJson()));
 }
コード例 #17
0
 public unsafe static long $Invoke8(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((InventoryStorage)GCHandledObjects.GCHandleToObject(instance)).CreateSubstorage(Marshal.PtrToStringUni(*(IntPtr *)args), (EventId)(*(int *)(args + 1)), (Type)GCHandledObjects.GCHandleToObject(args[2]))));
 }
コード例 #18
0
ファイル: UITextList.cs プロジェクト: Hengle/swc-decompiled
 public static long $Get0(object instance)
 {
     return(GCHandledObjects.ObjectToGCHandle(((UITextList)instance).textLabel));
 }
コード例 #19
0
 public unsafe static long $Invoke15(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((InventoryStorage)GCHandledObjects.GCHandleToObject(instance)).GetTotalStorageCapacity()));
 }
コード例 #20
0
ファイル: UITextList.cs プロジェクト: Hengle/swc-decompiled
 public static long $Get1(object instance)
 {
     return(GCHandledObjects.ObjectToGCHandle(((UITextList)instance).scrollBar));
 }
コード例 #21
0
 public unsafe static long $Invoke22(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((InventoryStorage)GCHandledObjects.GCHandleToObject(instance)).ModifyItemAmount(Marshal.PtrToStringUni(*(IntPtr *)args), *(int *)(args + 1))));
 }
コード例 #22
0
ファイル: UITextList.cs プロジェクト: Hengle/swc-decompiled
 public unsafe static long $Invoke4(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((UITextList)GCHandledObjects.GCHandleToObject(instance)).lineHeight));
 }
コード例 #23
0
 public unsafe static long $Invoke29(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((InventoryStorage)GCHandledObjects.GCHandleToObject(instance)).Sub(Marshal.PtrToStringUni(*(IntPtr *)args))));
 }
コード例 #24
0
ファイル: UITextList.cs プロジェクト: Hengle/swc-decompiled
 public unsafe static long $Invoke5(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((UITextList)GCHandledObjects.GCHandleToObject(instance)).paragraphs));
 }
コード例 #25
0
 public unsafe static long $Invoke2(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((TroopDonationProgress)GCHandledObjects.GCHandleToObject(instance)).DonationCount));
 }
コード例 #26
0
ファイル: UITextList.cs プロジェクト: Hengle/swc-decompiled
 public unsafe static long $Invoke7(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((UITextList)GCHandledObjects.GCHandleToObject(instance)).scrollValue));
 }
コード例 #27
0
 public unsafe static long $Invoke0(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((DefaultResponse)GCHandledObjects.GCHandleToObject(instance)).FromObject(GCHandledObjects.GCHandleToObject(*args))));
 }
コード例 #28
0
 public unsafe static long $Invoke4(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((DefenseTroopGroup)GCHandledObjects.GCHandleToObject(instance)).TroopUid));
 }
コード例 #29
0
 public unsafe static long $Invoke0(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((TurretTrapEventData)GCHandledObjects.GCHandleToObject(instance)).TurretAnimatorName));
 }
コード例 #30
0
 public unsafe static long $Invoke7(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(((GalaxyTransitionData)GCHandledObjects.GCHandleToObject(instance)).StartViewLookAt));
 }