Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/gui/scripts/PickupInventory.lua @ 5518

Last change on this file since 5518 was 5506, checked in by danielh, 15 years ago

Pickup media

File size: 292 bytes
Line 
1layoutPath = "PickupInventory.layout"
2
3-- events
4function tabChanged(e)
5    local we = CEGUI.toWindowEventArgs(e)
6    orxonox.PickupInventory:tabChanged(we.window)
7end
8function frmUpdate(e)
9   
10end
11
12function noButtonClicked(e)
13    orxonox.PickupInventory:toggleInventory()
14end
Note: See TracBrowser for help on using the repository browser.