Page 1 of 1

[DONE] Some templates for Unreal 4 modules

Posted: Tue Sep 06, 2016 2:36 pm
by Gottem
I caught myself doing quite a bit of coding in regards to modules, so I set up some templates to use. They may not be perfect as my C is a bit rusty, so comments about improvements are welcome. =] More templates will probably follow at some point (i.e. if I need to use different APIs).

Right now I have templates for:
* Bare module. Not sure how useful it is though. =]
* Custom channel modes.
* Command overrides.
* Config-related stuff.
* Hooks.
* New commands.
* Custom usermodes.

Re: [DONE] Some templates for Unreal 4 modules

Posted: Sat Nov 26, 2016 6:19 pm
by Gottem
Added another for a configuration block with 2 levels. =]