5 super.OnWasAttached( parent, slot_id );
10 parent_item.AddLightSourceItem(
this);
16 super.OnWasDetached( parent, slot_id );
21 parent_item.RemoveLightSourceItem();
27 super.EEItemLocationChanged(oldLoc, newLoc);
Super root of all classes in Enforce script.
override void OnWasDetached(EntityAI parent, int slot_id)
override void EEItemLocationChanged(notnull InventoryLocation oldLoc, notnull InventoryLocation newLoc)
override void OnWasAttached(EntityAI parent, int slot_id)
override ScriptedLightBase GetLight()
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.