|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
inlinevirtualinherited |
Returns whether or not the head armor, body armor, and leg armor textures make up a set. This hook is used for the PreUpdateVanitySet, UpdateVanitySet, and ArmorSetShadows hooks, and will use items in the social slots if they exist. By default this will return the same value as the IsArmorSet hook, so you will not have to use this hook unless you want vanity effects to be entirely separate from armor sets.
This method is not instanced.
Definition at line 686 of file GlobalItem.cs.
References Terraria.Item.bodyType, Terraria.Item.headType, Terraria.ModLoader.GlobalItem.IsArmorSet(), Terraria.ID.ContentSamples.ItemsByType, and Terraria.Item.legType.
Here is the call graph for this function: