Index

:!: Available in version 1.9 and later.

GetUnitTrueGuid

GetUnitTrueGuid(Self) ->trueGuid

Description

Return the internal globally unique GUID for a unit (a string). True GUIDs are totally unique for all instances of all units across all games forever and forever (or close enough).

Examples

trace(GetUnitTrueGuid(self))

Index