ScriptCore: Added UUID.CreateNew

This commit is contained in:
Simon Lübeß
2023-12-10 12:50:11 +01:00
parent 1238a43896
commit bedbc696c3
4 changed files with 41 additions and 0 deletions
@@ -468,6 +468,12 @@ static class ScriptGlue
}
#endregion
[RegisterCall("ScriptGlue::UUID_CreateNew")]
static void UUID_Create(out UUID id)
{
id = UUID.Create();
}
#region Editor Stuff