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

Method ActorJumpProfile

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

Source from the content-addressed store, hash-verified

9namespace Star {
10
11ActorJumpProfile::ActorJumpProfile() {}
12
13ActorJumpProfile::ActorJumpProfile(Json const& config) {
14 jumpSpeed = config.optFloat("jumpSpeed");

Callers

nothing calls this directly

Calls 2

optFloatMethod · 0.80
optBoolMethod · 0.80

Tested by

no test coverage detected