# Sound Set Offset

Grammar — SoundSetOffset offset
FlagsFunction

Constructs and returns a SoundSetOffset actor message based on the parameters. This message will offset the sound playback, in milliseconds, by a value equal to the Offset parameter. This can be used to skip a portion of a sound played by a sound actor. It will only work on sound actors.

# Arguments

  • int — Offset

Returns — string<actormsg>

string libNtve_gf_SoundSetOffset(int lp_offset);

Category: Actor / Message Constructors

# Examples

— None found —