source:
data/media/gui/scripts/PickupInventory.lua
@
5523
| Last change on this file since 5523 was 5506, checked in by danielh, 16 years ago | |
|---|---|
| File size: 292 bytes | |
| Line | |
|---|---|
| 1 | layoutPath = "PickupInventory.layout" |
| 2 | |
| 3 | -- events |
| 4 | function tabChanged(e) |
| 5 | local we = CEGUI.toWindowEventArgs(e) |
| 6 | orxonox.PickupInventory:tabChanged(we.window) |
| 7 | end |
| 8 | function frmUpdate(e) |
| 9 | |
| 10 | end |
| 11 | |
| 12 | function noButtonClicked(e) |
| 13 | orxonox.PickupInventory:toggleInventory() |
| 14 | end |
Note: See TracBrowser
for help on using the repository browser.










