|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Public Attributes | |
| _obj_snd * | next |
| _obj_snd * | prev |
| int | objnum |
| int | id |
| int | instance |
| int | next_update |
| float | vol |
| float | pan |
| int | freq |
| int | flags |
| vec3d | offset |
| ship_subsys * | ss |
Definition at line 36 of file objectsnd.cpp.
| int _obj_snd::flags |
Definition at line 45 of file objectsnd.cpp.
| int _obj_snd::freq |
Definition at line 44 of file objectsnd.cpp.
| int _obj_snd::id |
Definition at line 39 of file objectsnd.cpp.
| int _obj_snd::instance |
Definition at line 40 of file objectsnd.cpp.
| _obj_snd* _obj_snd::next |
Definition at line 37 of file objectsnd.cpp.
| int _obj_snd::next_update |
Definition at line 41 of file objectsnd.cpp.
| int _obj_snd::objnum |
Definition at line 38 of file objectsnd.cpp.
| vec3d _obj_snd::offset |
Definition at line 46 of file objectsnd.cpp.
| float _obj_snd::pan |
Definition at line 43 of file objectsnd.cpp.
| _obj_snd * _obj_snd::prev |
Definition at line 37 of file objectsnd.cpp.
| ship_subsys* _obj_snd::ss |
Definition at line 47 of file objectsnd.cpp.
| float _obj_snd::vol |
Definition at line 42 of file objectsnd.cpp.