REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
630 stars 63 forks source link

Autocompletion for playanimation console command #345

Closed markusobi closed 6 years ago

markusobi commented 6 years ago

PS: I'm not sure if it would be better to expose std::map<std::string, Handle::AnimationHandle> m_AnimationsByName; as const reference instead of returning a copy of the strings.