Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7359


Ignore:
Timestamp:
Sep 5, 2010, 10:31:50 PM (14 years ago)
Author:
dafrick
Message:

Re-adding enterEditMode method to NotificationManager.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/notifications/src/modules/notifications/NotificationManager.cc

    r7354 r7359  
    5252
    5353    //TODO: Make work.
    54     //SetConsoleCommand("enterEditMode", &NotificationManager::enterEditMode).description("Enter the NotificationLayer edit mode.");
     54    SetConsoleCommand("enterEditMode", &NotificationManager::enterEditMode).description("Enter the NotificationLayer edit mode.");
    5555
    5656    /**
     
    308308    }
    309309
     310    void NotificationManager::enterEditMode(void)
     311    {
     312        GUIManager::getInstance().getLuaState()->doString("NotificationLayer.enterEditMode()");
     313    }
     314
    310315}
Note: See TracChangeset for help on using the changeset viewer.