Table of Contents

Class ProcSoundData

Namespace
TrinketTinker.Models
Assembly
TrinketTinker.dll

Proc sound data

public sealed class ProcSoundData
Inheritance
ProcSoundData
Inherited Members

Fields

CueName

public string? CueName

Field Value

string

Pitch

public List<int>? Pitch

Field Value

List<int>

Methods

PlaySound(string?)

public void PlaySound(string? logName = null)

Parameters

logName string

Operators

implicit operator ProcSoundData(string)

public static implicit operator ProcSoundData(string cueName)

Parameters

cueName string

Returns

ProcSoundData