godot-cpp icon indicating copy to clipboard operation
godot-cpp copied to clipboard

Improve error checking for parameters

Open BastiaanOlij opened this issue 6 years ago • 0 comments

The code that handles methods getting called on our objects does only basic checking on the parameters passed to it from Godot. We've fixed a number of scenarios where we had crashes when these parameters where omitted.

It would be good to improve on this system and add some proper error handling when there is a mismatch in parameters (see PRs like #207 )

BastiaanOlij avatar Nov 26 '18 22:11 BastiaanOlij