ManiaPlanet ManiaScript Reference 2019.11.19.1850
A ManiaScript Reference of the ManiaPlanet game.
|
Public Types | |
enum | EUpdateMode { Cut , OnNextBar , OnNextHalfBar , OnNextBeat } |
Public Member Functions | |
Void | MuteAllTracks () |
Void | UnmuteAllTracks () |
Void | NextVariant () |
Void | NextVariant (Boolean IsIntensityDecreasing) |
Void | EnableSegment (Text SegmentName) |
Public Member Functions inherited from CAudioSource | |
Void | Play () |
Void | Stop () |
Public Attributes | |
Real[] | Tracks_Volume |
Real[] | Tracks_VolumedB |
const Text[] | Tracks_Name |
const Real[] | Tracks_Length |
const Integer | Tracks_Count |
const Real | BeatsPerMinute |
const Real | BeatDuration |
const Integer | BeatsPerBar |
EUpdateMode | UpdateMode |
Boolean | Dbg_ForceIntensity |
Boolean | Dbg_ForceSequential |
Boolean | Dbg_ForceRandom |
Real | LPF_CutoffRatio |
Real | LPF_Q |
Real | HPF_CutoffRatio |
Real | HPF_Q |
Real | FadeTracksDuration |
Real | FadeFiltersDuration |
Boolean | UseNewImplem |
Public Attributes inherited from CAudioSource | |
const Boolean | IsPlaying |
const Boolean | DownloadInProgress |
Real | Volume |
Real | FadeDuration |
Real | VolumedB |
Real | Pitch |
Vec3 | RelativePosition |
Vec3 | PanRadiusLfe |
Real | PlayCursor |
const Real | PlayLength |
Public Attributes inherited from CNod | |
const Ident | Id |
Real CAudioSourceMusic::HPF_CutoffRatio |
Values in range (0.000000-1.000000)
Real CAudioSourceMusic::HPF_Q |
Values in range (0.100000-20.000000)
Real CAudioSourceMusic::LPF_CutoffRatio |
Values in range (0.000000-1.000000)
Real CAudioSourceMusic::LPF_Q |
Values in range (0.100000-20.000000)