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

Method Stagehand

source/game/StarStagehand.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace Star {
10
11Stagehand::Stagehand(Json const& config)
12 : Stagehand() {
13 setUniqueId(config.optString("uniqueId"));
14 readConfig(config);
15}
16
17Stagehand::Stagehand(ByteArray const& netStore, NetCompatibilityRules) : Stagehand() {
18 readConfig(DataStreamBuffer::deserialize<Json>(netStore));

Callers

nothing calls this directly

Calls 6

optStringMethod · 0.80
setNeedsLoadCallbackMethod · 0.80
setNeedsStoreCallbackMethod · 0.80
addNetElementMethod · 0.45
getMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected