Added get_bus_index to AudioServer

This commit is contained in:
Bruno Lourenço
2017-07-10 21:51:29 +01:00
parent 9340583080
commit 62e06657bb
2 changed files with 11 additions and 0 deletions

View File

@ -215,6 +215,7 @@ public:
void set_bus_name(int p_bus, const String &p_name);
String get_bus_name(int p_bus) const;
int get_bus_index(const StringName &p_bus_name) const;
void set_bus_volume_db(int p_bus, float p_volume_db);
float get_bus_volume_db(int p_bus) const;