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

◆ GetItemLight() [1/4]

static void Terraria.UI.ItemSlot.GetItemLight ( ref Color currentColor,
int type,
bool outInTheWorld = false )
inlinestatic

Definition at line 2905 of file ItemSlot.cs.

2906 {
2907 float scale = 1f;
2908 GetItemLight(ref currentColor, ref scale, type, outInTheWorld);
2909 }
static void GetItemLight(ref Color currentColor, Item item, bool outInTheWorld=false)
Definition ItemSlot.cs:2899

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