OpenPF2 / Plugin

Core C++ Game Logic for OpenPF2 (Status: Pre-alpha)
https://www.openpf2.org/
Other
23 stars 6 forks source link

[Developers] Improve Consistency of `Native_OnX`, `BP_OnX`, and `OnX` Naming Conventions #50

Open GuyPaddock opened 11 months ago

GuyPaddock commented 11 months ago

As a Developer, I'd like it if there was more consistency and/or documentation around when methods in the framework are named Native_OnX, BP_OnX, or OnX so that I know what to expect when I call these methods and can adhere to the convention in newer code.

Background Information