// Token: 0x06001D2B RID: 7467 RVA: 0x0007C9E9 File Offset: 0x0007ABE9
 public static SkillDef GetSkillDef(int skillDefIndex)
 {
     return(HGArrayUtilities.GetSafe <SkillDef>(SkillCatalog._allSkillDefs, skillDefIndex));
 }
 // Token: 0x06001D2D RID: 7469 RVA: 0x0007CA03 File Offset: 0x0007AC03
 public static SkillFamily GetSkillFamily(int skillFamilyIndex)
 {
     return(HGArrayUtilities.GetSafe <SkillFamily>(SkillCatalog._allSkillFamilies, skillFamilyIndex));
 }
 // Token: 0x06000416 RID: 1046 RVA: 0x00010015 File Offset: 0x0000E215
 public static BuffDef GetBuffDef(BuffIndex buffIndex)
 {
     return(HGArrayUtilities.GetSafe <BuffDef>(BuffCatalog.buffDefs, (int)buffIndex));
 }
 public RunReport.PlayerInfo GetPlayerInfoSafe(int i)
 {
     return(HGArrayUtilities.GetSafe <RunReport.PlayerInfo>(this.playerInfos, i));
 }
Exemplo n.º 5
0
 public static GenericSkill[] GetBodyPrefabSkillSlots(int bodyIndex)
 {
     return(HGArrayUtilities.GetSafe <GenericSkill[]>(BodyCatalog.skillSlots, bodyIndex));
 }
 // Token: 0x06001807 RID: 6151 RVA: 0x00068AE9 File Offset: 0x00066CE9
 public static PickupIndex FindPickupIndex(EquipmentIndex equipmentIndex)
 {
     return(HGArrayUtilities.GetSafe <PickupIndex>(PickupCatalog.equipmentIndexToPickupIndex, (int)equipmentIndex, PickupIndex.none));
 }
Exemplo n.º 7
0
 // Token: 0x06000537 RID: 1335 RVA: 0x000151BC File Offset: 0x000133BC
 public static DifficultyDef GetDifficultyDef(DifficultyIndex difficultyIndex)
 {
     return(HGArrayUtilities.GetSafe <DifficultyDef>(DifficultyCatalog.difficultyDefs, (int)difficultyIndex));
 }
Exemplo n.º 8
0
 // Token: 0x06000586 RID: 1414 RVA: 0x0001716A File Offset: 0x0001536A
 public static EquipmentDef GetEquipmentDef(EquipmentIndex equipmentIndex)
 {
     return(HGArrayUtilities.GetSafe <EquipmentDef>(EquipmentCatalog.equipmentDefs, (int)equipmentIndex));
 }
Exemplo n.º 9
0
 // Token: 0x06001ADC RID: 6876 RVA: 0x00071CA9 File Offset: 0x0006FEA9
 public static SurvivorIndex GetSurvivorIndexFromBodyIndex(int bodyIndex)
 {
     return(HGArrayUtilities.GetSafe <SurvivorIndex>(SurvivorCatalog.bodyIndexToSurvivorIndex, bodyIndex, SurvivorIndex.None));
 }
Exemplo n.º 10
0
 // Token: 0x06001ADD RID: 6877 RVA: 0x00071CB7 File Offset: 0x0006FEB7
 public static int GetBodyIndexFromSurvivorIndex(SurvivorIndex survivorIndex)
 {
     return(HGArrayUtilities.GetSafe <int>(SurvivorCatalog.survivorIndexToBodyIndex, (int)survivorIndex, -1));
 }
Exemplo n.º 11
0
		public static TeamDef GetTeamDef(TeamIndex teamIndex)
		{
			return HGArrayUtilities.GetSafe<TeamDef>(TeamCatalog.teamDefs, (int)teamIndex);
		}
Exemplo n.º 12
0
 // Token: 0x0600056F RID: 1391 RVA: 0x0001614D File Offset: 0x0001434D
 public static EliteDef GetEliteDef(EliteIndex eliteIndex)
 {
     return(HGArrayUtilities.GetSafe <EliteDef>(EliteCatalog.eliteDefs, (int)eliteIndex));
 }
 // Token: 0x06001808 RID: 6152 RVA: 0x00068AFB File Offset: 0x00066CFB
 public static PickupDef GetPickupDef(PickupIndex pickupIndex)
 {
     return(HGArrayUtilities.GetSafe <PickupDef>(PickupCatalog.entries, pickupIndex.value));
 }
 // Token: 0x06001D2E RID: 7470 RVA: 0x0007CA10 File Offset: 0x0007AC10
 public static string GetSkillFamilyName(int skillFamilyIndex)
 {
     return(HGArrayUtilities.GetSafe <string>(SkillCatalog._allSkillFamilyNames, skillFamilyIndex));
 }
 // Token: 0x060017A8 RID: 6056 RVA: 0x00066CCD File Offset: 0x00064ECD
 public static GameObject GetMasterPrefab(MasterCatalog.MasterIndex masterIndex)
 {
     return(HGArrayUtilities.GetSafe <GameObject>(MasterCatalog.masterPrefabs, (int)masterIndex));
 }
Exemplo n.º 16
0
 // Token: 0x06001CA3 RID: 7331 RVA: 0x0007A90D File Offset: 0x00078B0D
 public StatDef FindStatDef(int bodyIndex)
 {
     return(HGArrayUtilities.GetSafe <StatDef>(this.bodyIndexToStatDef, bodyIndex));
 }
Exemplo n.º 17
0
 public static PingType Get(int index)
 {
     return(HGArrayUtilities.GetSafe(pingTypes, index));
 }
Exemplo n.º 18
0
 // Token: 0x06001D0D RID: 7437 RVA: 0x0007C65B File Offset: 0x0007A85B
 protected SerializableEntityStateType GetNextStateType(GenericSkill skillSlot)
 {
     return(HGArrayUtilities.GetSafe <ComboSkillDef.Combo>(this.comboList, ((ComboSkillDef.InstanceData)skillSlot.skillInstanceData).comboCounter).activationStateType);
 }
Exemplo n.º 19
0
 // Token: 0x06001ACF RID: 6863 RVA: 0x00071B6F File Offset: 0x0006FD6F
 public static SurfaceDef GetSurfaceDef(SurfaceDefIndex surfaceDefIndex)
 {
     return(HGArrayUtilities.GetSafe <SurfaceDef>(SurfaceDefCatalog.surfaceDefs, (int)surfaceDefIndex));
 }
Exemplo n.º 20
0
 // Token: 0x060003EB RID: 1003 RVA: 0x0000F6C3 File Offset: 0x0000D8C3
 public static SkinDef[] GetBodySkins(int bodyIndex)
 {
     return(HGArrayUtilities.GetSafe <SkinDef[]>(BodyCatalog.skins, bodyIndex, Array.Empty <SkinDef>()));
 }
 // Token: 0x06001806 RID: 6150 RVA: 0x00068AD7 File Offset: 0x00066CD7
 public static PickupIndex FindPickupIndex(ItemIndex itemIndex)
 {
     return(HGArrayUtilities.GetSafe <PickupIndex>(PickupCatalog.itemIndexToPickupIndex, (int)itemIndex, PickupIndex.none));
 }