class_eventstreamchibi.rst 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_EventStreamChibi:
  4. EventStreamChibi
  5. ================
  6. **Inherits:** :ref:`EventStream<class_eventstream>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Driver for MOD playback.
  11. Description
  12. -----------
  13. This driver plays MOD music. MOD music, as all event-based streams, is a music format defined by note events occurring at defined moments, instead of a stream of audio samples.
  14. Currently, this driver supports the MOD, S3M, IT, and XM formats.
  15. This class exposes no methods.
  16. This class can return its playback position in seconds, but does not allow to set it, failing with only a console warning.
  17. This class can not return its song length, returning 1.0 when queried.
  18. This class does not limit its volume settings, allowing for overflow/distortion and wave inversion.