Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/gui/scripts/ChatBox.lua @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 213 bytes
Line 
1-- ChatBox.lua
2
3local P = createMenuSheet("ChatBox", true, tribool(true), tribool(dontcare), false)
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.