コード例 #1
0
 // Token: 0x060020D2 RID: 8402 RVA: 0x0004E0F7 File Offset: 0x0004D0F7
 public static bool Parse(string str, out enumPowerUpType value)
 {
     if (enumPowerUpTypeConverter.typeMap.TryGetValue(str, out value))
     {
         return(true);
     }
     value = enumPowerUpType.None;
     return(false);
 }
コード例 #2
0
 // Token: 0x06000555 RID: 1365 RVA: 0x00007724 File Offset: 0x00006724
 public int GetSkillModPowerUpEffectTypeCollectionId(SkillModEffectType effectType, enumPowerUpType powerUpType)
 {
     return(Vehicle._EASharpBinding_538(this.mSelf, (int)effectType, (int)powerUpType));
 }
コード例 #3
0
 // Token: 0x06000551 RID: 1361 RVA: 0x000076E8 File Offset: 0x000066E8
 public int GetSkillModPowerUpEffectLevel(SkillModEffectType effectType, enumPowerUpType powerUpType, int maxLevel)
 {
     return(Vehicle._EASharpBinding_536(this.mSelf, (int)effectType, (int)powerUpType, maxLevel));
 }
コード例 #4
0
 // Token: 0x0600054D RID: 1357 RVA: 0x000076B0 File Offset: 0x000066B0
 public float GetSkillModPowerUpEffectFractionOfMaxAmount(SkillModEffectType effectType, enumPowerUpType powerUpType)
 {
     return(Vehicle._EASharpBinding_534(this.mSelf, (int)effectType, (int)powerUpType));
 }
コード例 #5
0
 // Token: 0x06000549 RID: 1353 RVA: 0x00007674 File Offset: 0x00006674
 public unsafe bool GetSkillModPowerUpEffectAmount(SkillModEffectType effectType, enumPowerUpType powerUpType, int *amount)
 {
     return(Vehicle._EASharpBinding_532(this.mSelf, (int)effectType, (int)powerUpType, amount));
 }
コード例 #6
0
 // Token: 0x06000541 RID: 1345 RVA: 0x00007600 File Offset: 0x00006600
 public bool HasSkillModPowerUpEffect(SkillModEffectType effectType, enumPowerUpType powerUpType)
 {
     return(Vehicle._EASharpBinding_528(this.mSelf, (int)effectType, (int)powerUpType));
 }