Method | Description | |
---|---|---|
Add ( int id, string name, string file ) : void | ||
GetSound ( int soundID ) : |
Returns UOSound of ID
|
|
GetSound ( int soundID, bool &translated ) : |
Returns UOSound of ID with bool translated in .def
|
|
GetSoundLength ( int soundID ) : double |
Returns length of SoundID
|
|
Initialize ( ) : void |
Reads Sounds and def
|
|
IsValidSound ( int soundID, string &name ) : bool |
Returns Soundname and tests if valid
|
|
Remove ( int id ) : void | ||
Save ( string path ) : void | ||
SaveSoundListToCSV ( string FileName ) : void |
Method | Description | |
---|---|---|
Sounds ( ) : System | ||
WaveHeader ( int length ) : int[] |
public static Add ( int id, string name, string file ) : void | ||
id | int | |
name | string | |
file | string | |
return | void |
public static GetSound ( int soundID ) : |
||
soundID | int | |
return |
public static GetSound ( int soundID, bool &translated ) : |
||
soundID | int | |
translated | bool | |
return |
public static GetSoundLength ( int soundID ) : double | ||
soundID | int | |
return | double |
public static IsValidSound ( int soundID, string &name ) : bool | ||
soundID | int | |
name | string | |
return | bool |
public static SaveSoundListToCSV ( string FileName ) : void | ||
FileName | string | |
return | void |