TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ LightPet

bool [] Terraria.ID.ProjectileID.Sets.LightPet = Factory.CreateBoolSet(18, 500, 72, 87, 86, 211, 492, 650, 702, 891, 896, 895)
static

If true for a given projectile type (F:Terraria.Projectile.type), then that projectile is a light pet.
Items that summon light pets can be equipped in the light pet slot, and light pets are dyed according to their owner's F:Terraria.Player.cLight shader.
Defaults to false.

Definition at line 377 of file ProjectileID.cs.

Referenced by Terraria.Main.GetProjectileDesiredShader(), and Terraria.Player.ItemCheck_Inner().