# Enable/Disable Soundtrack Shuffle

Grammarcue|Enable/Disable cue shuffle and index|Enable/Disable index suffle for category soundtracks for player group players
FlagsNative | Action

Enables or disables cue and/or index shuffling for a soundtrack. Index shuffling corresponds to the asset array in the sound data. Cue shuffling corresponds to the array of sounds in each soundtrack data.

# Arguments

Returns — void

native void SoundtrackSetShuffle(
	playergroup players,
	int category,
	bool cue,
	bool index,
);

Category: Sound / Soundtracks

# Examples

— None found —