Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
Sounds ( ) : System | ||
WaveHeader ( int length ) : int[] |
public static Add ( int id, string name, string file ) : void | ||
id | int | |
name | string | |
file | string | |
Результат | void |
public static GetSound ( int soundID ) : |
||
soundID | int | |
Результат |
public static GetSound ( int soundID, bool &translated ) : |
||
soundID | int | |
translated | bool | |
Результат |
public static GetSoundLength ( int soundID ) : double | ||
soundID | int | |
Результат | double |
public static IsValidSound ( int soundID, string &name ) : bool | ||
soundID | int | |
name | string | |
Результат | bool |
public static Save ( string path ) : void | ||
path | string | |
Результат | void |
public static SaveSoundListToCSV ( string FileName ) : void | ||
FileName | string | |
Результат | void |