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

◆ CanDrop()

bool Terraria.GameContent.ItemDropRules.Conditions.PumpkinMoonDropGateForTrophies.CanDrop ( DropAttemptInfo info)
inline

Implements Terraria.GameContent.ItemDropRules.IItemDropRuleCondition.

Definition at line 228 of file Conditions.cs.

229 {
230 int num = 1;
231 if (num == 0)
232 {
233 }
234 if (num != 0)
235 {
236 if (num == 0)
237 {
238 }
239 bool expertMode = Main.expertMode;
240 if (num == 0)
241 {
242 }
243 int num2 = info.rng.Next(int.MinValue);
244 return;
245 }
246 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Main.expertMode, System.info, and j__TPar.