|
Last change
on this file since 8689 was
8687,
checked in by rgrieder, 14 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:
130 bytes
|
| Rev | Line | |
|---|
| [6870] | 1 | -- ChatBox-inputonly.lua |
|---|
| [6846] | 2 | |
|---|
| [8687] | 3 | local P = createMenuSheet("ChatBox-inputonly", true, tribool(true), tribool(dontcare), false) |
|---|
| [6846] | 4 | return P |
|---|
| 5 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.