Module: methods/next

`f_next` method module.
Source:
Returns:
this
Type
object
Example
// Results in the calling of the next method in the `f_function_flow`
this.f_next('arg0', 'arg1');

Members

(inner) next_flow :object

Instance f_function_flow array flow element.
Type:
  • object
Source:

(inner) old_function_flow_i :number

Needed cuz `this.f_flow_i` should be bumped before the corresponding f_function_flow method is called.
Type:
  • number
Source:

Events

next

next event.
Source: