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

Method Projectile

source/game/StarProjectile.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace Star {
22
23Projectile::Projectile(ProjectileConfigPtr const& config, Json const& parameters) {
24 m_config = config;
25 m_parameters = parameters;
26
27 setup();
28}
29
30Projectile::Projectile(ProjectileConfigPtr const& config, DataStreamBuffer& data, NetCompatibilityRules) {
31 m_config = config;

Callers

nothing calls this directly

Calls 3

setupFunction · 0.85
readVlqIMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected