PalworldModding / Docs

Guides for modding palworld
19 stars 14 forks source link

UE4SS Function Overview Review #10

Open UE4SS opened 9 months ago

UE4SS commented 9 months ago

These are things I noticed in the Lua modding guide that I think could be improved. Though the delivery of this issue might be dry and boring, please don't see this as a list of demands, this is just me trying to be helpful so obviously ignore or discuss anything you disagree with.

There will be mentions of GUObjectArray, and this is, put simply, a giant array that holds every single UObject in the entire game, and that can easily be hundreds of thousands of objects. It's important that you know this definition.

There are checkboxes to make it easier for you to keep track of things in case you decide to tackle some of these issues.

xrandox commented 9 months ago

Incredibly useful feedback! I appreciate you taking the time to write this up!

I'll be sure to get a PR out to remedy these things soon, I was just about to start on a second pass over the docs. This was my first attempt at a rudimentary doc, and I'm no UE4SS expert, so the corrections and suggestions are super helpful!