Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation3/data/gui/scripts/ChatBox.lua @ 7129

Last change on this file since 7129 was 7129, checked in by rgrieder, 14 years ago

svn:eol-style "native" for all text-based files.

  • Property svn:eol-style set to native
File size: 166 bytes
Line 
1-- ChatBox.lua
2
3local P = createMenuSheet("ChatBox")
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.