# Sound Asset Index

Grammar — Sound asset index of soundLink
FlagsNative | Function

Returns the sound asset index for a Sound Link. Sound Links are used to refer to specific sounds. Sound links are comprised of a sound ID (to identify the sound data entry) and an asset index (to identify the asset within that data entry).

# Arguments

  • soundlink — Sound Link

Returns — int

native int SoundLinkAsset(soundlink soundId);

Category: Sound / Sound Properties

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L1195
SoundLinkAsset(lp_soundLink)