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

    Class PlayerAimAssistBeta

    A container for APIs related to player aim-assist.

    export class PlayerAimAssist {
    private constructor();
    readonly settings?: PlayerAimAssistSettings;
    set(settings?: PlayerAimAssistSettings): void;
    }
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    The player's currently active aim-assist settings, or undefined if not active.

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

    Methods