StoneLineDevTeam / UMod

GMod replacement project - Sandbox game based on Unreal Engine
BSD 4-Clause "Original" or "Old" License
16 stars 9 forks source link

Entity system rewrite required #21

Open Yuri6037 opened 8 years ago

Yuri6037 commented 8 years ago

The Entity system in UMod needs to be re-wrote in order to allow Lua to connect to the UModCharacter and to EntityBase/WeaponBase.

Yuri6037 commented 8 years ago

I'm advancing on that. Now Entities can be created and you can set model for the first time through Lua (you couldn't do that without that rewrite). And normaly UModCharacter can be passed to Lua as an Entity* however, that is not finished, I'm still searching a viable and fast way to cast from any compatible AActor* to Entity*.

Yuri6037 commented 8 years ago

The preprocessor allowed me to accomplish that !