Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface NAFComponentMap

    Type-safe mapping of component IDs to their respective types Supports both direct values and wrapped components for backward compatibility

    interface NAFComponentMap {
        "0"?:
            | Vec3
            | PositionComponent
            | { isVector3?: boolean; x: number; y: number; z: number };
        "1"?: Vec3 | VelocityComponent;
        "10"?: Vec3 | PinPositionComponent;
        "11"?: Vec3 | PinScaleComponent;
        "12"?: boolean | FaceSnapshotEnabledComponent;
        "13"?:
            | FaceSnapshotData
            | FaceSnapshotComponent
            | { animationRunId: string; status: string };
        "14"?: Vec3 | BodyRotationComponent | { x: number; y: number; z: number };
        "2"?: Vec3 | ScaleComponent | { x: number; y: number; z: number };
        "3"?: string | AvatarComponentData | AvatarComponent;
        "4"?: Vec3 | Quat | HeadRotationComponent;
        "5"?: Quat | HandRotationComponent;
        "6"?: Quat | HandRotationComponent;
        "7"?: Vec3 | HandPositionComponent;
        "8"?: Vec3 | HandPositionComponent;
        "9"?: boolean | HandRaisedComponent;
    }
    Index

    Properties

    Properties

    "0"?:
        | Vec3
        | PositionComponent
        | { isVector3?: boolean; x: number; y: number; z: number }
    "13"?:
        | FaceSnapshotData
        | FaceSnapshotComponent
        | { animationRunId: string; status: string }
    "14"?: Vec3 | BodyRotationComponent | { x: number; y: number; z: number }
    "2"?: Vec3 | ScaleComponent | { x: number; y: number; z: number }
    "9"?: boolean | HandRaisedComponent