pub fn get_listeners(
    for_source: AkGameObjectID,
    max_count: usize
) -> Result<Vec<AkGameObjectID>, AkResult>
Expand description

Get a game object’s listeners.

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