// Token: 0x0600202D RID: 8237 RVA: 0x0004CD92 File Offset: 0x0004BD92
 public static bool Parse(string str, out SkillModEffectType value)
 {
     if (SkillModEffectTypeConverter.typeMap.TryGetValue(str, out value))
     {
         return(true);
     }
     value = SkillModEffectType.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: 0x06000553 RID: 1363 RVA: 0x00007708 File Offset: 0x00006708
 public int GetSkillModEffectTypeCollectionId(SkillModEffectType effectType)
 {
     return(Vehicle._EASharpBinding_537(this.mSelf, (int)effectType));
 }
Пример #5
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));
 }
Пример #6
0
 // Token: 0x0600054F RID: 1359 RVA: 0x000076CC File Offset: 0x000066CC
 public int GetSkillModEffectLevel(SkillModEffectType effectType, int maxLevel)
 {
     return(Vehicle._EASharpBinding_535(this.mSelf, (int)effectType, maxLevel));
 }
Пример #7
0
 // Token: 0x0600054B RID: 1355 RVA: 0x00007694 File Offset: 0x00006694
 public float GetSkillModEffectFractionOfMaxAmount(SkillModEffectType effectType)
 {
     return(Vehicle._EASharpBinding_533(this.mSelf, (int)effectType));
 }
Пример #8
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));
 }
Пример #9
0
 // Token: 0x06000545 RID: 1349 RVA: 0x00007638 File Offset: 0x00006638
 public unsafe bool GetSkillModEffectAmount(SkillModEffectType effectType, int *amount)
 {
     return(Vehicle._EASharpBinding_530(this.mSelf, (int)effectType, amount));
 }
Пример #10
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));
 }
Пример #11
0
 // Token: 0x0600053F RID: 1343 RVA: 0x000075E4 File Offset: 0x000065E4
 public bool HasSkillModEffect(SkillModEffectType effectType)
 {
     return(Vehicle._EASharpBinding_527(this.mSelf, (int)effectType));
 }