Last change
on this file since 8689 was
8687,
checked in by rgrieder, 13 years ago
|
Adjusted implementation of tribool to work well with tolua and integrated it into our GUI code.
Use tribool(true), tribool(false) and tribool(dontcare) in Lua.
|
-
Property svn:eol-style set to
native
|
File size:
213 bytes
|
Line | |
---|
1 | -- ChatBox.lua |
---|
2 | |
---|
3 | local P = createMenuSheet("ChatBox", true, tribool(true), tribool(dontcare), false) |
---|
4 | |
---|
5 | function P.ChatBoxCloseButton_clicked(e) |
---|
6 | orxonox.ChatInputHandler:getInstance():deactivate() |
---|
7 | end |
---|
8 | |
---|
9 | return P |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.