
C++ and Lua Game Development
CppCast
00:00
How to Separate Scripting in C++
In-game console can be used to reload different scripts or functions. I use an entity component system pattern which creates game objects out of different components. When I change something about a particular component, I don't have to reload the entire entity. So there can be some bugs related to that but mostly it works good.
Play episode from 16:53
Transcript


