Enumeration Members

All: 65535
ExcludeFromGameStateJson: 2

Exclude this property from being included in the game state json This likely means the property is not fully synced between the server and client

ExcludeFromGameStateJsonInSingleplayer: 4

Exclude this property from being included in the game state json when in singleplayer This should be used for certain properties that can change between new games that use the same seed

ExcludeFromJITDeserialization: 16

Explicitly excludes the property from using JIT Deserialization (overrides JITDeserialization flag)

JITDeserialization: 8

Deserialize the property the first time it's used

JITDeserializationNested: 32

Make this object and it's children all JIT deserialize

Normal: 1

Normal property

Generated using TypeDoc