Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/gui/scripts/ChatBox.lua @ 7801

Last change on this file since 7801 was 7801, checked in by dafrick, 13 years ago

Merging presentation2 branch back to trunk.

  • Property svn:eol-style set to native
File size: 211 bytes
Line 
1-- ChatBox.lua
2
3local P = createMenuSheet("ChatBox", true, TriBool.True, TriBool.Dontcare, false)
4
5function P.ChatBoxCloseButton_clicked(e)
6    orxonox.ChatInputHandler:getInstance():deactivate()
7end
8
9return P
10
Note: See TracBrowser for help on using the repository browser.