GodotSharpGetScriptsDomainId Method |
Returns the scripts MonoDomain's ID. This will be the same MonoDomain ID as GetDomainId, unless the scripts domain isn't loaded.
Note: The Mono runtime must be initialized for this method to work (use IsRuntimeInitialized to check). If the Mono runtime isn't initialized at the time this method is called, the engine will crash.
Namespace: Godot
public static int GetScriptsDomainId()
[Missing <returns> documentation for "M:Godot.GodotSharp.GetScriptsDomainId"]