mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
ScriptCore: Added UUID.CreateNew
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user