TeamInfo

Members

Member

Description

color

name

skin

Methods

Method

Description

AddTurret(vehicle, type, tier)

AddWeapon(entry, tier)

AddVehicle(vehicle, type, tier)

ClearTurrets()

ClearWeapons()

ClearVehicles()

GetAllTurrets()

GetAllWeapons()

GetAllVehicles()

GetAvailableSpawnsForTurret(info)

GetAvailableSpawnsForVehicle(info)

GetTurrets(type)

GetTurrets(type, tier)

GetWeaponIsAvailable(entry)

GetWeaponRarity(entry)

GetWeapons(tier)

GetVehicles(type)

GetVehicles(type, tier)

RemoveTurret(type, vehicle)

RemoveWeapon(entry)

RemoveVehicle(type, vehicle)

ToString()

Static methods

Method

Description

Clone(original)

Clones an existing TeamInfo

CreateEmpty()

Returns an empty TeamInfo

GetDefault(team)

Returns the default TeamInfo for the current loaded mods

Details

class TeamInfo
Color color
string name
ActorSkin skin
void AddTurret(VehicleInfo vehicle, TurretSpawnType type, RarityTier tier)
void AddWeapon(WeaponEntry entry, RarityTier tier)
void AddVehicle(VehicleInfo vehicle, VehicleSpawnType type, RarityTier tier)
void ClearTurrets()
void ClearWeapons()
void ClearVehicles()
array<VehicleInfo> GetAllTurrets()
array<WeaponEntry> GetAllWeapons()
array<VehicleInfo> GetAllVehicles()
array<TurretSpawnConfiguration> GetAvailableSpawnsForTurret(VehicleInfo info)
array<VehicleSpawnConfiguration> GetAvailableSpawnsForVehicle(VehicleInfo info)
array<VehicleInfo> GetTurrets(TurretSpawnType type)
array<VehicleInfo> GetTurrets(TurretSpawnType type, RarityTier tier)
bool GetWeaponIsAvailable(WeaponEntry entry)
RarityTier GetWeaponRarity(WeaponEntry entry)
array<WeaponEntry> GetWeapons(RarityTier tier)
array<VehicleInfo> GetVehicles(VehicleSpawnType type)
array<VehicleInfo> GetVehicles(VehicleSpawnType type, RarityTier tier)
void RemoveTurret(TurretSpawnType type, VehicleInfo vehicle)
void RemoveWeapon(WeaponEntry entry)
void RemoveVehicle(VehicleSpawnType type, VehicleInfo vehicle)
string ToString()
static TeamInfo Clone(TeamInfo original)

Clones an existing TeamInfo

static TeamInfo CreateEmpty()

Returns an empty TeamInfo

static TeamInfo GetDefault(Team team)

Returns the default TeamInfo for the current loaded mods