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

Method setProcessingDirectives

source/game/StarNetworkedAnimator.cpp:407–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void NetworkedAnimator::setProcessingDirectives(Directives const& directives) {
408 m_processingDirectives.set(directives);
409}
410
411void NetworkedAnimator::setZoom(float zoom) {
412 m_zoom.set(zoom);

Callers 3

MonsterMethod · 0.45
monsterPortraitMethod · 0.45
makeObjectCallbacksMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected