Page 1 of 1

Auto-updating of ES3Types

Posted: Sun Aug 18, 2019 3:36 pm
by Joel
Status

Complexity

5/10

Description

This would enable people to create ES3Types which only use reflection. This would prevent compiler errors from occurring when the class the ES3Type refers to is changed. However, errors may occur when trying to reflect fields which have been removed, so auto-updating of the ES3Types would be necessary. As no compiler errors occur,

Note that future updates to Easy Save 3 plan on reducing reliance on ES3Types through attributes, so we should favour attributes if it is possible to provide this functionality that way.

Note that ES3Types which are created or modified manually would not be able to be auto-updated because there would cease to be a pre-defined structure.