Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the bass library (thegrb93#1618)
* Reduce redundancy * Add :is2D(), :is3D(), and :getFlags() to bass * Only use one table * Add bass state getters * GMOD_CHANNEL is client-only * Reduce lower limit of fade max * Set default fade distance so it starts out within sf limits * Add more bass getters * Fix function docs * Apparently both realms process it anyway, so use builtins_library * Bandaid fix sound fading * All enums are shared * Implement manual fading correctly and allow both styles * Consistency * Fix nil error * Clarity * Avoid instance:runFunction() * Remove outOfEarshot * Simplify * Anti-RERO * Store fadeMin and fadeMax directly * Use lookup instead of list
- Loading branch information