mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-05 02:10:14 +03:00
Correct type for char16 and char32 meta
This commit is contained in:
committed by
David Snopek
parent
26cb3292a0
commit
c823e84ff2
@@ -2719,6 +2719,8 @@ def correct_type(type_name, meta=None, use_alias=True):
|
||||
if meta is not None:
|
||||
if "int" in meta:
|
||||
return f"{meta}_t"
|
||||
elif "char" in meta:
|
||||
return f"{meta}_t"
|
||||
else:
|
||||
return meta
|
||||
if type_name in type_conversion:
|
||||
|
||||
Reference in New Issue
Block a user