Changeset 7612 for code/trunk/data/gui/scripts
- Timestamp:
- Nov 4, 2010, 10:57:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/gui/scripts/ChatBox.lua
r7500 r7612 2 2 3 3 local P = createMenuSheet("ChatBox") 4 5 function P.onLoad()6 local window = winMgr:getWindow("orxonox/ChatBox")7 orxonox.GUIManager:subscribeEventHelper(window, "CloseClicked", P.name .. ".ChatBoxCloseButton_clicked")8 end9 4 10 5 function P.ChatBoxCloseButton_clicked(e)
Note: See TracChangeset
for help on using the changeset viewer.