Class AimAssistCategorySettingsBeta

Settings used with AimAssistRegistry.addCategory for creation of the AimAssistCategory.

Hierarchy

  • AimAssistCategorySettings

Constructors

  • Parameters

    • identifier: string

    Returns AimAssistCategorySettings

    Remarks

    Constructor that takes a unique Id to associate with the created AimAssistCategory. Must have a namespace.

    This function can't be called in read-only mode.

Properties

defaultBlockPriority: number

Remarks

Optional. Default targeting priority used for block types not provided to setBlockPriorities.

This property can't be edited in read-only mode.

defaultEntityPriority: number

Remarks

Optional. Default targeting priority used for entity types not provided to setEntityPriorities.

This property can't be edited in read-only mode.

identifier: string

Remarks

The unique Id used to register the category with. Must have a namespace.

Methods

  • Returns Record<string, number>

    The record mapping block Ids to their priority settings. Larger numbers have greater priority.

    Remarks

    Gets the priority settings used for block targeting.

  • Returns Record<string, number>

    The record mapping entity Ids to their priority settings. Larger numbers have greater priority.

    Remarks

    Gets the priority settings used for entity targeting.

  • Parameters

    • blockPriorities: Record<string, number>

      A record mapping block Ids to their priority settings. Larger numbers have greater priority.

    Returns void

    Remarks

    Sets the priority settings used for block targeting.

    This function can't be called in read-only mode.

  • Parameters

    • entityPriorities: Record<string, number>

      A record mapping entity Ids to their priority settings. Larger numbers have greater priority.

    Returns void

    Remarks

    Sets the priority settings used for entity targeting.

    This function can't be called in read-only mode.