Class CCReverseTime

#include <Geode/cocos/actions/CCActionInterval.h>
classCCReverseTime:publiccocos2d::CCActionInterval{ ... }

Executes an action in reverse order, from time=duration to time=0

⚠️ Use this action carefully. This action is not sequenceable. Use it as the default "reversed" method of your own actions, but using it outside the "reversed" scope is not recommended.

Examples0
Public static methods1
staticcocos2d::CCReverseTime*create()

creates the action

Public member functions6
boolinitWithAction()

initializes the action

virtualcocos2d::CCObject*copyWithZone()
No description provided
virtualvoidstartWithTarget()
No description provided
virtualvoidstop()
No description provided
virtualvoidupdate(
floattime
)
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
Fields0
Protected member functions0
Protected fields1
;
No description provided