Load extra code classes
in
Programming Questions
•
2 years ago
Hi
I want to make a little game, which should load all the items from not compiled files.
So that you can modify the source code of the weapons without recompiling the hole game every time.
Now I have the problem:
How to compile it ingame
and:
Is there a way to make a function which is called inevery frame without saying item.update(), because that wouldn't be possible because the name (item) will change with every item.
I want to make a little game, which should load all the items from not compiled files.
So that you can modify the source code of the weapons without recompiling the hole game every time.
Now I have the problem:
How to compile it ingame
and:
Is there a way to make a function which is called inevery frame without saying item.update(), because that wouldn't be possible because the name (item) will change with every item.
1