|
supertux
|
Public Member Functions | |
| void | set_pos (float x, float y) |
| Sets the position of the ambient sound. More... | |
| float | get_pos_x () const |
| Returns the ambient sound's x coordinate. | |
| float | get_pos_y () const |
| Returns the ambient sound's y coordinate. | |
Public Member Functions inherited from scripting::GameObject<::AmbientSound > | |
| GameObject (UID uid) | |
| ::AmbientSound * | get_object_ptr () const |
Additional Inherited Members | |
Protected Attributes inherited from scripting::GameObject<::AmbientSound > | |
| UID | m_uid |
| void AmbientSound::set_pos | ( | float | x, |
| float | y | ||
| ) |
Sets the position of the ambient sound.
| x | X coordinate |
| y | Y coordinate |
1.8.12