# Skip To Sound Offset

Grammar — Skip to offset seconds from the offsetType of s
FlagsNative | Action

Skip to a specific time within a sound.

# Arguments

  • sound — Sound
  • fixed — Offset
  • int [ preset::SoundOffset ] — Offset Type

Returns — void

native void SoundSetOffset(
	sound s,
	fixed offset,
	int offsetType,
);

Category: Sound / Sounds

# Examples

— None found —