Type Alias Component_FogCommandComponent
Component_FogCommandComponent: {
type: "compound";
value: {
fogCommandStack: {
type: "list";
value: { type: "string"; value: string[] };
};
};
}
Type declaration
type: "compound"
value: {
fogCommandStack: {
type: "list";
value: { type: "string"; value: string[] };
};
}
fogCommandStack: { type: "list"; value: { type: "string"; value: string[] } }
This component may be not accessable with Behavior Pack. But it is used by player entity.