terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetPower< T >()

T Terraria.GameContent.Creative.CreativePowerManager.GetPower< T > ( )
inline
Type Constraints
T :class 
T :ICreativePower 

Definition at line 50 of file CreativePowerManager.cs.

50 : class, ICreativePower
51 {
53 do
54 {
56 if (powersById == null)
57 {
58 return;
59 }
60 }
61 while (powersById != null);
62 throw new InvalidCastException();
63 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Creative.CreativePowerManager._powersById, and j__TPar.