MrOctopus
MrOctopus
I see that you have manually included some .psc source files in the extern/ folder. I would just like to point out that I have made a [github repository](https://github.com/MrOctopus/nl_online) that...
Since function calls can be very costly in Papyrus, it would be helpful if an inline flag for function definitions could be added to the compiler. This feature would speed...
The [Modern Wait Menu](https://www.nexusmods.com/skyrimspecialedition/mods/117661) mod relies on overriding the SetCurrentTime function to add some additional formatting logic for its display. SkyrimSoulsRE currently bypasses this logic completely by setting the CurrentTime...
After updating the player filters using `lavalink.Player(guildID).Update(ctx, lavalink.WithFilters(filters))`, the filters returned by `lavalink.Player(guildID).Filters()` will be filter pointers containing default values instead of the previously set values.