Mercurial > fife-parpg
comparison engine/core/audio/soundemitter.i @ 174:362fe23920b9
* Fixed a small typo: soundemitter:setRoleoff -> soundemitter:setRolloff
author | nihathrael@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Sun, 25 Jan 2009 12:49:27 +0000 |
parents | 454ed60ad7b2 |
children | 64738befdf3b |
comparison
equal
deleted
inserted
replaced
173:454ed60ad7b2 | 174:362fe23920b9 |
---|---|
51 void play(); | 51 void play(); |
52 void pause(); | 52 void pause(); |
53 void stop(); | 53 void stop(); |
54 | 54 |
55 void setLooping(bool loop); | 55 void setLooping(bool loop); |
56 void setRoleoff(float roleoff); | 56 void setRolloff(float rolloff); |
57 void setPositioning(bool relative); | 57 void setPositioning(bool relative); |
58 void setPosition(float x, float y, float z); | 58 void setPosition(float x, float y, float z); |
59 void setVelocity(float x, float y, float z); | 59 void setVelocity(float x, float y, float z); |
60 void setGain(float gain); | 60 void setGain(float gain); |
61 float getGain(); | 61 float getGain(); |