mooball
    Preparing search index...

    Interface UpdateStadiumGeneralParams

    interface UpdateStadiumGeneralParams {
        cameraFollow?: 0 | 1;
        canBeStored?: boolean;
        height?: number;
        kickOffReset?: boolean;
        maxViewWidth?: number;
        name?: string;
        spawnDistance?: number;
        width?: number;
    }
    Index

    Properties

    cameraFollow?: 0 | 1

    The new camera follow value of the current stadium. (0: "", 1: "player")

    canBeStored?: boolean

    The new can-be-stored value of the current stadium.

    height?: number

    The new height of the current stadium.

    kickOffReset?: boolean

    The new kick-off reset value of the current stadium. true: "full", false: "partial"

    maxViewWidth?: number

    The new max view width of the current stadium.

    name?: string

    The new name of the current stadium.

    spawnDistance?: number

    The new spawn distance value of the current stadium.

    width?: number

    The new width of the current stadium.