MCPcopy Create free account
hub / github.com/assaultcube/AC / position

Method position

source/src/openal.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147bool source::position(const vec &pos)
148{
149 return position(pos.x, pos.y, pos.z);
150}
151
152bool source::position(float x, float y, float z)
153{

Callers 2

loopvFunction · 0.80
updateposMethod · 0.80

Calls 3

alclearerrFunction · 0.85
clientlogfFunction · 0.85
vecClass · 0.85

Tested by

no test coverage detected