MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / PlayerModeConfig

Class PlayerModeConfig

source/game/StarPlayerTypes.hpp:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29struct PlayerModeConfig {
30 explicit PlayerModeConfig(Json config = {});
31
32 bool hunger;
33 bool allowBeamUpUnderground;
34 float reviveCostPercentile;
35 Either<String, StringList> deathDropItemTypes;
36 bool permadeath;
37};
38
39struct ShipUpgrades {
40 explicit ShipUpgrades(Json config = {});

Callers 1

setModeTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected