Class AimAssistCategoryBeta

Handle to an aim-assist category that exists in the world.aimAssist registry.

Required Experiments:

  • Camera Aim Assist

Hierarchy

  • AimAssistCategory

Constructors

Properties

defaultBlockPriority: number

Remarks

Default targeting priority used for block types not found in getBlockPriorities.

Throws

This property can throw when used.

Error

defaultEntityPriority: number

Remarks

Default targeting priority used for entity types not found in getEntityPriorities.

Throws

This property can throw when used.

Error

identifier: string

Remarks

The unique Id associated with the category.

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.

    Throws

    This function can throw errors.

    Error

  • 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.

    Throws

    This function can throw errors.

    Error