layoutPath = "PickupInventory.layout" -- events function tabChanged(e) local we = CEGUI.toWindowEventArgs(e) orxonox.PickupInventory:tabChanged(we.window) end function frmUpdate(e) end function noButtonClicked(e) orxonox.PickupInventory:toggleInventory() end