Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
namespace Star {
10
11
ActorJumpProfile::ActorJumpProfile() {}
12
13
ActorJumpProfile::ActorJumpProfile(Json const& config) {
14
jumpSpeed = config.optFloat(
"jumpSpeed"
);
Callers
nothing calls this directly
Calls
2
optFloat
Method · 0.80
optBool
Method · 0.80
Tested by
no test coverage detected