Click or drag to resize

OSGetThreadCallerId Method

Returns the ID of the current thread. This can be used in logs to ease debugging of multi-threaded applications.

Note: Thread IDs are not deterministic and may be reused across application restarts.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static ulong GetThreadCallerId()

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Godot.OS.GetThreadCallerId"]

See Also