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.
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.