Script API - v1.21.100
    Preparing search index...

    Class AimAssistCategoryBeta

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

    Index

    Constructors

    Properties

    defaultBlockPriority: number

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

    This property can throw when used.

    This property can't be read in early-execution mode.

    defaultEntityPriority: number

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

    This property can throw when used.

    This property can't be read in early-execution mode.

    identifier: string

    The unique Id associated with the category.

    This property can't be read in early-execution mode.

    Methods

    • Returns Record<string, number>

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

      Gets the priority settings used for block targeting.

      This function can throw errors.

      This function can't be called in early-execution mode.

    • Returns Record<string, number>

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

      Gets the priority settings used for entity targeting.

      This function can throw errors.

      This function can't be called in early-execution mode.