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

◆ GetItemLight() [4/4]

static void Terraria.UI.ItemSlot.GetItemLight ( ref Color currentColor,
ref float scale,
Item item,
bool outInTheWorld = false )
inlinestatic

Definition at line 2911 of file ItemSlot.cs.

2912 {
2913 GetItemLight(ref currentColor, ref scale, item.type, outInTheWorld);
2914 }
static void GetItemLight(ref Color currentColor, Item item, bool outInTheWorld=false)
Definition ItemSlot.cs:2899

References Terraria.UI.ItemSlot.GetItemLight(), and System.item.