mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-05-10 15:42:06 +02:00
- This had to be done as get_all_as_vector() cannot be customized by scripts, and if an inherited UserManager needs to set up UserModules this will cause issues later down the line. - Other solutions like a user_setup() method could also work, but then that would cause more individual (non-optimizable) lookups to db-based backends (and likely others too), so this solution seems to be the best currently. |
||
---|---|---|
.. | ||
user_manager_db.cpp | ||
user_manager_db.h | ||
user_manager_file.cpp | ||
user_manager_file.h | ||
user_manager_static.cpp | ||
user_manager_static.h | ||
user_manager.cpp | ||
user_manager.h |