Component_FogCommandComponent: {
    type: "compound";
    value: {
        fogCommandStack: {
            type: "list";
            value: { type: "string"; value: string[] };
        };
    };
}

This component may be not accessable with Behavior Pack. But it is used by player entity.

Type declaration

  • type: "compound"
  • value: {
        fogCommandStack: {
            type: "list";
            value: { type: "string"; value: string[] };
        };
    }
    • fogCommandStack: { type: "list"; value: { type: "string"; value: string[] } }

      UNDOCUMENTED.