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

Method setSourcePosition

source/game/StarEffectEmitter.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void EffectEmitter::setSourcePosition(String name, Vec2F const& position) {
22 m_positions[std::move(name)] = position;
23}
24
25void EffectEmitter::setDirection(Direction direction) {
26 m_direction = direction;

Callers 4

tickSharedMethod · 0.80
updateMethod · 0.80
updateStatusMethod · 0.80
tickSharedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected