Cold Help System: Programming: ColdC Reference Manual: Functions: Task: pass()


ANY pass(...)

This function is used to call an overridden method, from the current method. When called any arguments sent to pass() are sent to the overridden method, as if it was called with those arguments. When passing to a method, the current frame's values do not change (i.e. the caller and sender stay the same as in the method that is passing back). For more information see the section Overridden Methods.


atomic() | caller() | cancel() | definer() | method() | pause() | refresh() | resume() | sender() | stack() | suspend() | task_id() | tasks() | this() | tick() | ticks_left() | set_user() | user() | pass() | task_info() | call_trace() | debug_callers()


the Cold Dark