pub fn get_listeners_count(for_source: AkGameObjectID) -> Result<u32, AkResult>
Expand description

Get a game object’s listeners count.

Return the number of listeners of for_source if succeeded, or AkResult::AK_IDNotFound if the game object was not registered.