Home
last modified time | relevance | path

Searched refs:WR_STATICPOS (Results 1 – 3 of 3) sorted by relevance

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dsoundlocation.cpp157 case worldobjreference::WR_STATICPOS: in updatepos()
H A Dsound.h267 enum worldobjtype { WR_CAMERA, WR_PHYSENT, WR_ENTITY, WR_STATICPOS }; enumerator
H A Daudiomanager.cpp740 staticreference::staticreference(const vec &ref) : worldobjreference(WR_STATICPOS) in staticreference()