TrnNWN2WalkmeshPayload.setFootstepSounds - multiple declarations

Function TrnNWN2WalkmeshPayload.setFootstepSounds

Set the footstep sound flags for each triangle of the walkmesh

void setFootstepSounds (
  in const(TrnPacket[]) trrnPackets,
  in const(TrnNWN2WalkmeshPayload.Triangle.Flags[string]) textureFlags
);

Parameters

NameDescription
trrnPackets TRN packet list containing the needed TrnNWN2MegatilePayload packets
textureFlags Associative array listing all textures and their respective footstep sounds

Function TrnNWN2WalkmeshPayload.setFootstepSounds

ditto

void setFootstepSounds (
  in const(TrnPacket[]) trrnPackets,
  in const(TwoDA) terrainmaterials
);

Parameters

NameDescription
trrnPackets TRN packet list containing the needed TrnNWN2MegatilePayload packets
terrainmaterials terrainmaterials.2da that lists all textures and their respective footstep sounds