Variable itemsHandlingFlagsConst
itemsHandlingFlags : {
all: 7;
minimal: 0;
others: 1;
own: 2;
starting: 4;
} = ...
all: 7;
minimal: 0;
others: 1;
own: 2;
starting: 4;
} = ...
Type declaration
Readonlyall: 7Shorthand for
others,own, andstarting.Readonlyminimal: 0Indicates the client only receives items created by cheat commands.
Readonlyothers: 1Indicates the client get items sent from other worlds.
Readonlyown: 2Indicates the client get items sent from your own world. Requires
othersbitflag to be set.Readonlystarting: 4Indicates the client get your starting inventory sent. Requires
othersbitflag to be set.
Bit flags configuring which items should be sent by the server to this client.