screeps-api
    Preparing search index...

    Interface SayAction

    A say action performed by a Creep or PowerCreep

    interface SayAction {
        isPublic: boolean;
        message: string;
    }
    Index

    Properties

    Properties

    isPublic: boolean
    message: string