kawaii / Moodles

Crippling depression now in the form of a debuff, kupo!
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Added a GetStatusManagerInfo method to IPC & Finished IPC Processor Documentation. #42

Closed CordeliaMist closed 3 months ago

CordeliaMist commented 3 months ago

Added a GetStatusManagerInfo method to IPC & Finished IPC Processor Documentation.

Hopefully the last pull request I'll need to make for awhile.

This adds additional IPC for fetching the MoodleStatusInfo tuple format from a StatusManagers stored Statuses. The original GetStatusManager is untouched. This allows other plugins to more easily view the contents of fetched status managers if they need, without having to deserialize the status manager every time it is changed, and also makes it so plugins to not need to include memorypackserializer in their plugins if they already use a different serialization packer.

Additionally, Documentation on IPCProcessor is now finished.

Limiana commented 3 months ago

Thank you!