concepts.dm.crow.behavior.CrowBehaviorEffectApplicationExpression#
- class CrowBehaviorEffectApplicationExpression[source]#
Bases:
CrowBehaviorBodyPrimitiveBase
Methods
Attributes
- __init__(behavior, arguments=None)[source]#
- Parameters:
behavior (CrowBehavior)
arguments (Sequence[ObjectOrValueOutputExpression] | None)
- __new__(**kwargs)#
- arguments: Tuple[ObjectOrValueOutputExpression, ...]#
The arguments of the controller application.
- behavior: CrowBehavior#
The behavior to be applied.