Just a FYI to the team; the fix listed on 2119 for enterprise:
- Enterprise: Deprecate CoronaRuntimeDispatchEvent(). Instead use CoronaDispatchRuntimeEvent(). This will automatically pop the event off the top of the stack which is consistent with how CoronaDispatchEvent works as well as with other Lua APIs that similarly pop objects off the top of the stack.
Is visible on the pro (ie: regular daily build) 2014.2123 as a warning message:
[Lua::RuntimeDispatchEvent()] WARNING: This function is deprecated. Use Lua::DispatchRuntimeEvent() instead.