All public logs
From PMDOWiki
Combined display of all available logs of PMDOWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:55, 4 July 2023 Trio talk contribs created page Lua Conversion Guide (Created page with "While writing your own custom Lua scripts, there could be several instances where you might replicate the engine source code and modify it from there. However, it can be tricky translating C# into Lua, especially with C# methods and classes involving generics. == Examples == Below are some C# to Lua conversion cases you might encounter: === Calling C# Generic Method === ==== [https://github.com/RogueCollab/RogueEssence/blob/9d86c78c282f1104038582be9e789655b323a55d/R...")