rdeioris / LuaMachine

Unreal Engine Plugin for Lua APIs implementation
MIT License
581 stars 120 forks source link

fix for updating lua file #14

Closed yama2akira closed 4 years ago

yama2akira commented 4 years ago

When I edit a lua file which is already asseted, the update could not applied to the asset with the current repository. So I'd implemented the remport process. I hope you review the code.

rdeioris commented 4 years ago

@yama2akira thanks a lot, looks good. can you add your credits on top of the functions ?

yama2akira commented 4 years ago

OK, however I don't know what to "add my credit". would you show me some examples?

rdeioris commented 4 years ago

On the second line of the file (after the first copyright comment) add something like

/ Reimport system by yama2akira (Name Surname) /

yama2akira commented 4 years ago

I've added my credit and missing modification commits (LuaCode.cpp|h)

yama2akira commented 4 years ago

Thank you!