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
Readonly
all: 7Shorthand for
others
,own
, andstarting
.Readonly
minimal: 0Indicates the client only receives items created by cheat commands.
Readonly
others: 1Indicates the client get items sent from other worlds.
Readonly
own: 2Indicates the client get items sent from your own world. Requires
others
bitflag to be set.Readonly
starting: 4Indicates the client get your starting inventory sent. Requires
others
bitflag to be set.
Bit flags configuring which items should be sent by the server to this client.