Esempio n. 1
0
 /// <summary>
 /// Returns the unique ID of the object...these are reused so it is only unique while the object is alive.
 /// Useful as a tag.
 /// </summary>
 /// <returns></returns>
 public uint GetUniqueID()
 {
     return(Native_UObjectBase.GetUniqueID(Address));
 }