-------------------------------- -- @module Follow -- @extend Action -- @parent_module cc -------------------------------- -- Alter behavior - turn on/off boundary. -- @function [parent=#Follow] setBoundarySet -- @param self -- @param #bool value -- @return Follow#Follow self (return value: cc.Follow) -------------------------------- -- Return boundarySet. -- @function [parent=#Follow] isBoundarySet -- @param self -- @return bool#bool ret (return value: bool) -------------------------------- -- Creates the action with a set boundary or with no boundary.
-- param followedNode The node to be followed.
-- param rect The boundary. If \p rect is equal to Rect::ZERO, it'll work
-- with no boundary. -- @function [parent=#Follow] create -- @param self -- @param #cc.Node followedNode -- @param #rect_table rect -- @return Follow#Follow ret (return value: cc.Follow) -------------------------------- -- param dt in seconds.
-- js NA -- @function [parent=#Follow] step -- @param self -- @param #float dt -- @return Follow#Follow self (return value: cc.Follow) -------------------------------- -- -- @function [parent=#Follow] clone -- @param self -- @return Follow#Follow ret (return value: cc.Follow) -------------------------------- -- -- @function [parent=#Follow] stop -- @param self -- @return Follow#Follow self (return value: cc.Follow) -------------------------------- -- -- @function [parent=#Follow] reverse -- @param self -- @return Follow#Follow ret (return value: cc.Follow) -------------------------------- -- -- @function [parent=#Follow] isDone -- @param self -- @return bool#bool ret (return value: bool) return nil