* Unschedules the "update" method. * @see scheduleUpdate(); */ unscheduleUpdate/** * Unschedules a custom selector. * @see `schedule(SEL_SCHEDULE,float,unsigned int,float)` * * @param selector A function wrapped as a selector * @lua NA unschedule * Unschedules a lambda function * @param key The key of the lambda function to be unscheduledconst stdstring &key * Unschedule all scheduled selectors and lambda functions: custom selectors,and the 'update' selector and lambda functions * Actions are not affected by this method. unscheduleAllCallbacks();