# Skip To Sound Offset
Grammar — Skip to offset seconds from the offsetType of s
Flags —Native|Action
Skip to a specific time within a sound.
# Arguments
sound— Soundfixed— Offsetint<preset::SoundOffset> — Offset Type
Returns — void
native void SoundSetOffset(
sound s,
fixed offset,
int offsetType,
);
# Related
Category: Sound / Sounds
- Play Sound On Unit —
void— SoundPlayOnUnitForPlayer - Play Sound At Point —
void— SoundPlayAtPointForPlayer - Play Sound —
void— SoundPlayForPlayer - Last Played Sound —
sound— SoundLastPlayed - Pause Sound —
void— SoundPause - Stop Sound —
void— SoundStop - Skip To Sound Offset —
void— SoundSetOffset - Move Sound —
void— SoundSetPosition - Wait For Sound —
void— SoundWait - Set Sound Volume —
void— SoundSetVolume - Stop All Trigger Sounds —
void— SoundStopAllTriggerSounds - Stop All Model Sounds —
void— SoundStopAllModelSounds - Set Sound Listener Gender —
void— SoundSetListenerGender
# Examples
— None found —