1
0
forked from mirrors/0ad
Files
0ad/source/scriptinterface
trompetin17 007b4f5db7 Improve error logging for failed JS-to-C++ script conversions
Previously, if a JavaScript function returned a value that failed to
convert to the requested C++ type (e.g., from JS undefined to
std::wstring), the ScriptInterface would fail silently, making debugging
difficult.

This commit improves the error reporting in the script system by logging
the name of the JavaScript function being called when a type conversion
failure occurs. This makes it easier to trace and fix issues arising
from script-side inconsistencies or missing return values.

The improved logging is particularly useful for debugging errors such as
undefined civ values from GetCiv() when used via m_Script.Call<T>().
2025-06-19 08:52:23 -05:00
..
2025-06-06 17:36:35 +02:00
2025-06-06 17:36:35 +02:00
2024-12-09 10:46:12 +01:00
2025-06-06 17:36:35 +02:00