source:
code/branches/presentation3/data/gui/scripts/ChatBox.lua
@
7155
Last change on this file since 7155 was 7129, checked in by rgrieder, 15 years ago | |
---|---|
|
|
File size: 166 bytes |
Rev | Line | |
---|---|---|
[6846] | 1 | -- ChatBox.lua |
2 | ||
3 | local P = createMenuSheet("ChatBox") | |
[7009] | 4 | |
5 | function P.ChatBoxCloseButton_clicked(e) | |
6 | orxonox.ChatInputHandler:getInstance():deactivate() | |
7 | end | |
8 | ||
[6846] | 9 | return P |
10 |
Note: See TracBrowser
for help on using the repository browser.