OpenClonk
stub-handle.cpp File Reference
Include dependency graph for stub-handle.cpp:

Go to the source code of this file.

Functions

class C4SoundInstanceStartSoundEffectAt (const char *, int32_t, int32_t, int32_t, int32_t, int32_t, class C4SoundModifier *)
 

Variables

C4Landscape Landscape
 
C4PXSSystem PXS
 

Function Documentation

◆ StartSoundEffectAt()

class C4SoundInstance* StartSoundEffectAt ( const char *  szSndName,
int32_t  iX,
int32_t  iY,
int32_t  iVolume,
int32_t  iCustomFallofDistance,
int32_t  iPitch,
class C4SoundModifier modifier 
)

Definition at line 41 of file stub-handle.cpp.

41 { return nullptr; }

Variable Documentation

◆ Landscape

C4Landscape Landscape

Definition at line 38 of file stub-handle.cpp.

Referenced by GBackDensity(), and GBackMat().

◆ PXS

Definition at line 39 of file stub-handle.cpp.