Initializing help system before first use

is_providing

is_providing


Purpose
Returns true IFF the specified task provides a specific resource.
Synopsis
function is_providing(task:cptask, resource:cpresource) : boolean
Arguments
task 
the task
resource 
the resource
Return value
true IFF the task provides the specified resource, false otherwise
Related topics