|
|
__init__(self,
soundmanager,
clip,
soundname,
emitter)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
rolloff = property(_getRolloff, _setRolloff)
|
|
|
position = property(_getPosition, _setPosition)
|
|
|
timer = property(_getTimer, _setTimer)
|
|
|
gain = property(_getGain, _setGain)
|
|
|
looping = property(_getLooping, _setLooping)
|
|
|
fifeemitter = property(_getFifeEmitter, _setFifeEmitter)
|
|
|
callback = property(_getCallback, _setCallback)
|
|
|
duration = property(_getDuration, _setDuration)
|