.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/AnimationMixer.xml. .. _class_AnimationMixer: AnimationMixer ============== **Inherits:** :ref:`Node` **<** :ref:`Object` **Inherited By:** :ref:`AnimationPlayer`, :ref:`AnimationTree` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+--------------------+ | :ref:`bool` | :ref:`active` | ``true`` | +-----------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+--------------------+ | :ref:`int` | :ref:`audio_max_polyphony` | ``32`` | +-----------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+--------------------+ | :ref:`AnimationCallbackModeDiscrete` | :ref:`callback_mode_discrete` | ``1`` | +-----------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+--------------------+ | :ref:`AnimationCallbackModeMethod` | :ref:`callback_mode_method` | ``0`` | +-----------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+--------------------+ | :ref:`AnimationCallbackModeProcess` | :ref:`callback_mode_process` | ``1`` | +-----------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+--------------------+ | :ref:`bool` | :ref:`deterministic` | ``false`` | +-----------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+--------------------+ | :ref:`bool` | :ref:`reset_on_save` | ``true`` | +-----------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+--------------------+ | :ref:`NodePath` | :ref:`root_motion_track` | ``NodePath("")`` | +-----------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+--------------------+ | :ref:`NodePath` | :ref:`root_node` | ``NodePath("..")`` | +-----------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+--------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`_post_process_key_value` **(** :ref:`Animation` animation, :ref:`int` track, :ref:`Variant` value, :ref:`int` object_id, :ref:`int` object_sub_idx **)** |virtual| |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Error` | :ref:`add_animation_library` **(** :ref:`StringName` name, :ref:`AnimationLibrary` library **)** | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`advance` **(** :ref:`float` delta **)** | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`capture` **(** :ref:`StringName` name, :ref:`float` duration, :ref:`TransitionType` trans_type=0, :ref:`EaseType` ease_type=0 **)** | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear_caches` **(** **)** | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`find_animation` **(** :ref:`Animation` animation **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`find_animation_library` **(** :ref:`Animation` animation **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Animation` | :ref:`get_animation` **(** :ref:`StringName` name **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`AnimationLibrary` | :ref:`get_animation_library` **(** :ref:`StringName` name **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName[]` | :ref:`get_animation_library_list` **(** **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedStringArray` | :ref:`get_animation_list` **(** **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector3` | :ref:`get_root_motion_position` **(** **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector3` | :ref:`get_root_motion_position_accumulator` **(** **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Quaternion` | :ref:`get_root_motion_rotation` **(** **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Quaternion` | :ref:`get_root_motion_rotation_accumulator` **(** **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector3` | :ref:`get_root_motion_scale` **(** **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector3` | :ref:`get_root_motion_scale_accumulator` **(** **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_animation` **(** :ref:`StringName` name **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_animation_library` **(** :ref:`StringName` name **)** |const| | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_animation_library` **(** :ref:`StringName` name **)** | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`rename_animation_library` **(** :ref:`StringName` name, :ref:`StringName` newname **)** | +---------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_AnimationMixer_signal_animation_finished: .. rst-class:: classref-signal **animation_finished** **(** :ref:`StringName` anim_name **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_signal_animation_libraries_updated: .. rst-class:: classref-signal **animation_libraries_updated** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_signal_animation_list_changed: .. rst-class:: classref-signal **animation_list_changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_signal_animation_started: .. rst-class:: classref-signal **animation_started** **(** :ref:`StringName` anim_name **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_signal_caches_cleared: .. rst-class:: classref-signal **caches_cleared** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_signal_mixer_applied: .. rst-class:: classref-signal **mixer_applied** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_signal_mixer_updated: .. rst-class:: classref-signal **mixer_updated** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_AnimationMixer_AnimationCallbackModeProcess: .. rst-class:: classref-enumeration enum **AnimationCallbackModeProcess**: .. _class_AnimationMixer_constant_ANIMATION_CALLBACK_MODE_PROCESS_PHYSICS: .. rst-class:: classref-enumeration-constant :ref:`AnimationCallbackModeProcess` **ANIMATION_CALLBACK_MODE_PROCESS_PHYSICS** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AnimationMixer_constant_ANIMATION_CALLBACK_MODE_PROCESS_IDLE: .. rst-class:: classref-enumeration-constant :ref:`AnimationCallbackModeProcess` **ANIMATION_CALLBACK_MODE_PROCESS_IDLE** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AnimationMixer_constant_ANIMATION_CALLBACK_MODE_PROCESS_MANUAL: .. rst-class:: classref-enumeration-constant :ref:`AnimationCallbackModeProcess` **ANIMATION_CALLBACK_MODE_PROCESS_MANUAL** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_AnimationMixer_AnimationCallbackModeMethod: .. rst-class:: classref-enumeration enum **AnimationCallbackModeMethod**: .. _class_AnimationMixer_constant_ANIMATION_CALLBACK_MODE_METHOD_DEFERRED: .. rst-class:: classref-enumeration-constant :ref:`AnimationCallbackModeMethod` **ANIMATION_CALLBACK_MODE_METHOD_DEFERRED** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AnimationMixer_constant_ANIMATION_CALLBACK_MODE_METHOD_IMMEDIATE: .. rst-class:: classref-enumeration-constant :ref:`AnimationCallbackModeMethod` **ANIMATION_CALLBACK_MODE_METHOD_IMMEDIATE** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _enum_AnimationMixer_AnimationCallbackModeDiscrete: .. rst-class:: classref-enumeration enum **AnimationCallbackModeDiscrete**: .. _class_AnimationMixer_constant_ANIMATION_CALLBACK_MODE_DISCRETE_DOMINANT: .. rst-class:: classref-enumeration-constant :ref:`AnimationCallbackModeDiscrete` **ANIMATION_CALLBACK_MODE_DISCRETE_DOMINANT** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AnimationMixer_constant_ANIMATION_CALLBACK_MODE_DISCRETE_RECESSIVE: .. rst-class:: classref-enumeration-constant :ref:`AnimationCallbackModeDiscrete` **ANIMATION_CALLBACK_MODE_DISCRETE_RECESSIVE** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AnimationMixer_constant_ANIMATION_CALLBACK_MODE_DISCRETE_FORCE_CONTINUOUS: .. rst-class:: classref-enumeration-constant :ref:`AnimationCallbackModeDiscrete` **ANIMATION_CALLBACK_MODE_DISCRETE_FORCE_CONTINUOUS** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_AnimationMixer_property_active: .. rst-class:: classref-property :ref:`bool` **active** = ``true`` .. rst-class:: classref-property-setget - void **set_active** **(** :ref:`bool` value **)** - :ref:`bool` **is_active** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_property_audio_max_polyphony: .. rst-class:: classref-property :ref:`int` **audio_max_polyphony** = ``32`` .. rst-class:: classref-property-setget - void **set_audio_max_polyphony** **(** :ref:`int` value **)** - :ref:`int` **get_audio_max_polyphony** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_property_callback_mode_discrete: .. rst-class:: classref-property :ref:`AnimationCallbackModeDiscrete` **callback_mode_discrete** = ``1`` .. rst-class:: classref-property-setget - void **set_callback_mode_discrete** **(** :ref:`AnimationCallbackModeDiscrete` value **)** - :ref:`AnimationCallbackModeDiscrete` **get_callback_mode_discrete** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_property_callback_mode_method: .. rst-class:: classref-property :ref:`AnimationCallbackModeMethod` **callback_mode_method** = ``0`` .. rst-class:: classref-property-setget - void **set_callback_mode_method** **(** :ref:`AnimationCallbackModeMethod` value **)** - :ref:`AnimationCallbackModeMethod` **get_callback_mode_method** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_property_callback_mode_process: .. rst-class:: classref-property :ref:`AnimationCallbackModeProcess` **callback_mode_process** = ``1`` .. rst-class:: classref-property-setget - void **set_callback_mode_process** **(** :ref:`AnimationCallbackModeProcess` value **)** - :ref:`AnimationCallbackModeProcess` **get_callback_mode_process** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_property_deterministic: .. rst-class:: classref-property :ref:`bool` **deterministic** = ``false`` .. rst-class:: classref-property-setget - void **set_deterministic** **(** :ref:`bool` value **)** - :ref:`bool` **is_deterministic** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_property_reset_on_save: .. rst-class:: classref-property :ref:`bool` **reset_on_save** = ``true`` .. rst-class:: classref-property-setget - void **set_reset_on_save_enabled** **(** :ref:`bool` value **)** - :ref:`bool` **is_reset_on_save_enabled** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_property_root_motion_track: .. rst-class:: classref-property :ref:`NodePath` **root_motion_track** = ``NodePath("")`` .. rst-class:: classref-property-setget - void **set_root_motion_track** **(** :ref:`NodePath` value **)** - :ref:`NodePath` **get_root_motion_track** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_property_root_node: .. rst-class:: classref-property :ref:`NodePath` **root_node** = ``NodePath("..")`` .. rst-class:: classref-property-setget - void **set_root_node** **(** :ref:`NodePath` value **)** - :ref:`NodePath` **get_root_node** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_AnimationMixer_private_method__post_process_key_value: .. rst-class:: classref-method :ref:`Variant` **_post_process_key_value** **(** :ref:`Animation` animation, :ref:`int` track, :ref:`Variant` value, :ref:`int` object_id, :ref:`int` object_sub_idx **)** |virtual| |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_add_animation_library: .. rst-class:: classref-method :ref:`Error` **add_animation_library** **(** :ref:`StringName` name, :ref:`AnimationLibrary` library **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_advance: .. rst-class:: classref-method void **advance** **(** :ref:`float` delta **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_capture: .. rst-class:: classref-method void **capture** **(** :ref:`StringName` name, :ref:`float` duration, :ref:`TransitionType` trans_type=0, :ref:`EaseType` ease_type=0 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_clear_caches: .. rst-class:: classref-method void **clear_caches** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_find_animation: .. rst-class:: classref-method :ref:`StringName` **find_animation** **(** :ref:`Animation` animation **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_find_animation_library: .. rst-class:: classref-method :ref:`StringName` **find_animation_library** **(** :ref:`Animation` animation **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_get_animation: .. rst-class:: classref-method :ref:`Animation` **get_animation** **(** :ref:`StringName` name **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_get_animation_library: .. rst-class:: classref-method :ref:`AnimationLibrary` **get_animation_library** **(** :ref:`StringName` name **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_get_animation_library_list: .. rst-class:: classref-method :ref:`StringName[]` **get_animation_library_list** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_get_animation_list: .. rst-class:: classref-method :ref:`PackedStringArray` **get_animation_list** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_get_root_motion_position: .. rst-class:: classref-method :ref:`Vector3` **get_root_motion_position** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_get_root_motion_position_accumulator: .. rst-class:: classref-method :ref:`Vector3` **get_root_motion_position_accumulator** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_get_root_motion_rotation: .. rst-class:: classref-method :ref:`Quaternion` **get_root_motion_rotation** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_get_root_motion_rotation_accumulator: .. rst-class:: classref-method :ref:`Quaternion` **get_root_motion_rotation_accumulator** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_get_root_motion_scale: .. rst-class:: classref-method :ref:`Vector3` **get_root_motion_scale** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_get_root_motion_scale_accumulator: .. rst-class:: classref-method :ref:`Vector3` **get_root_motion_scale_accumulator** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_has_animation: .. rst-class:: classref-method :ref:`bool` **has_animation** **(** :ref:`StringName` name **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_has_animation_library: .. rst-class:: classref-method :ref:`bool` **has_animation_library** **(** :ref:`StringName` name **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_remove_animation_library: .. rst-class:: classref-method void **remove_animation_library** **(** :ref:`StringName` name **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationMixer_method_rename_animation_library: .. rst-class:: classref-method void **rename_animation_library** **(** :ref:`StringName` name, :ref:`StringName` newname **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`