M2O Scripting APIScripting reference
    Preparing search index…
    Data shapeServer API

    PhoneBookEntry

    A configured telephone-directory entry.

    interface PhoneBookEntry {
        cost: number;
        name: string;
        number: number;
        textId: number;
        type: number;
    }
    Index
    cost: number

    Call cost charged by the game mode.

    name: string

    Display name shown in the telephone directory.

    number: number

    Telephone number players can dial.

    textId: number

    Optional game localization text identifier, or zero when unused.

    type: number

    Game-specific telephone entry type identifier.