firat.yuzbasioglu Posted February 17, 2015 Posted February 17, 2015 Hi all, Is there mechanism in uniginescript to handling error conditions like throw-catch mechanism in C++?
unclebob Posted February 17, 2015 Posted February 17, 2015 Hello there, Firat! We have system function called throw (https://developer.unigine.com/en/docs/1.0/scripting/core/system#throw_string) which throws an exception and will stop interpreter execution. The exception will be catched on C++ side and you have no control over it.
firat.yuzbasioglu Posted February 17, 2015 Author Posted February 17, 2015 Hello Andrey, Thanks for your answer.
Recommended Posts