Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 29, 2010, 2:49:26 PM (14 years ago)
Author:
dafrick
Message:

Fix to get rid of lua/cegui error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial2/data/gui/scripts/ChatBox.lua

    r7163 r7499  
    22
    33local P = createMenuSheet("ChatBox")
     4
     5function P.onLoad()
     6  local window = winMgr:getWindow("orxonox/ChatBox")
     7  orxonox.GUIManager:subscribeEventHelper(window, "CloseClicked", P.name .. ".ChatBoxCloseButton_clicked")
     8end
    49
    510function P.ChatBoxCloseButton_clicked(e)
Note: See TracChangeset for help on using the changeset viewer.