Skip to content

is_meta_agent

Syntax

is_meta_agent()

Returns

This returns 1 (true) if the agent is the meta agent; and 0 (false) otherwise.

Description

Checks if the evaluating agent is the meta agent.

Examples

The following conditional's body is only applied to the meta agent.

if (is_meta_agent()) then ...

See Also