TModLoader v1.4.4.9
TModLoader 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 3297 of file ItemSlot.cs.

3298 {
3299 //IL_0009: Unknown result type (might be due to invalid IL or missing references)
3300 GetItemLight(ref currentColor, ref scale, item.type, outInTheWorld);
3301 }
static void GetItemLight(ref Color currentColor, Item item, bool outInTheWorld=false)
Definition ItemSlot.cs:3284

References Terraria.UI.ItemSlot.GetItemLight(), and Terraria.Item.type.

+ Here is the call graph for this function: