2840 {
2841 GetInventory().CreateInInventory("Wrench");
2842 GetInventory().CreateInInventory("LugWrench");
2843 GetInventory().CreateInInventory("Screwdriver");
2844 GetInventory().CreateInInventory("EpoxyPutty");
2845
2846 GetInventory().CreateInInventory("CanisterGasoline");
2847
2850 ent = GetInventory().CreateInInventory("CanisterGasoline");
2852 {
2854 }
2855
2856 ent = GetInventory().CreateInInventory("Blowtorch");
2857 if (ent)
2858 {
2859 ent.GetInventory().CreateInInventory("LargeGasCanister");
2860 }
2861
2862 ent = GetInventory().CreateInInventory("Blowtorch");
2863 if (ent)
2864 {
2865 ent.GetInventory().CreateInInventory("LargeGasCanister");
2866 }
2867 }
Super root of all classes in Enforce script.
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.