You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding arguments validation rules might be useful and can remove a lot of ifs in the externals code. e.g. we can eliminate checks if pointer is nullptr.
It must also allow you to make custom rules because sometimes you want to have nullpointers or some any different unvalid states.
The text was updated successfully, but these errors were encountered:
I also need to add checks of the instance types, because daedalus does not distinguish them.
e.g. item instance can be passed to npc argument and this can lead to a crash.
Adding arguments validation rules might be useful and can remove a lot of ifs in the externals code. e.g. we can eliminate checks if pointer is nullptr.
It must also allow you to make custom rules because sometimes you want to have nullpointers or some any different unvalid states.
The text was updated successfully, but these errors were encountered: