Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation/data/gui/scripts/ChatBox.lua @ 7789

Last change on this file since 7789 was 7746, checked in by dafrick, 14 years ago

Fixing chatbox.

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