|
OpenMW
|
Functions | |
| void | registerExtensions (Extensions &extensions) |
Variables | |
| const int | opcodeSay = 0x2000001 |
| const int | opcodeSayDone = 0x2000002 |
| const int | opcodeStreamMusic = 0x2000003 |
| const int | opcodePlaySound = 0x2000004 |
| const int | opcodePlaySoundVP = 0x2000005 |
| const int | opcodePlaySound3D = 0x2000006 |
| const int | opcodePlaySound3DVP = 0x2000007 |
| const int | opcodePlayLoopSound3D = 0x2000008 |
| const int | opcodePlayLoopSound3DVP = 0x2000009 |
| const int | opcodeStopSound = 0x200000a |
| const int | opcodeGetSoundPlaying = 0x200000b |
| const int | opcodeSayExplicit = 0x2000019 |
| const int | opcodeSayDoneExplicit = 0x200001a |
| const int | opcodePlaySound3DExplicit = 0x200001b |
| const int | opcodePlaySound3DVPExplicit = 0x200001c |
| const int | opcodePlayLoopSound3DExplicit = 0x200001d |
| const int | opcodePlayLoopSound3DVPExplicit = 0x200001e |
| const int | opcodeStopSoundExplicit = 0x200001f |
| const int | opcodeGetSoundPlayingExplicit = 0x2000020 |
| void Compiler::Sound::registerExtensions | ( | Extensions & | extensions | ) |
| const int Compiler::Sound::opcodeGetSoundPlaying = 0x200000b |
| const int Compiler::Sound::opcodeGetSoundPlayingExplicit = 0x2000020 |
| const int Compiler::Sound::opcodePlayLoopSound3D = 0x2000008 |
| const int Compiler::Sound::opcodePlayLoopSound3DExplicit = 0x200001d |
| const int Compiler::Sound::opcodePlayLoopSound3DVP = 0x2000009 |
| const int Compiler::Sound::opcodePlayLoopSound3DVPExplicit = 0x200001e |
| const int Compiler::Sound::opcodePlaySound = 0x2000004 |
| const int Compiler::Sound::opcodePlaySound3D = 0x2000006 |
| const int Compiler::Sound::opcodePlaySound3DExplicit = 0x200001b |
| const int Compiler::Sound::opcodePlaySound3DVP = 0x2000007 |
| const int Compiler::Sound::opcodePlaySound3DVPExplicit = 0x200001c |
| const int Compiler::Sound::opcodePlaySoundVP = 0x2000005 |
| const int Compiler::Sound::opcodeSay = 0x2000001 |
| const int Compiler::Sound::opcodeSayDone = 0x2000002 |
| const int Compiler::Sound::opcodeSayDoneExplicit = 0x200001a |
| const int Compiler::Sound::opcodeSayExplicit = 0x2000019 |
| const int Compiler::Sound::opcodeStopSound = 0x200000a |
| const int Compiler::Sound::opcodeStopSoundExplicit = 0x200001f |
| const int Compiler::Sound::opcodeStreamMusic = 0x2000003 |
1.7.6.1