Object ID and Unique ID?

This forum is currently in read-only mode.
From the Asset Store
This is a single chapter from the "Construct Starter Kit Collection". It is the Student Workbook for its Workshop.
  • What is the difference between an Object ID and a Unique ID? When should you use one instead of the other? I've been trying to search the forums for this, but if the answer is here, it's probably buried deep.

  • Oid is based on the Object type, while uid is based on the Unique instance.

    You should probably stay away from both, unless you're storing uid in variables.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I see. So the Object ID points to the template from which all other instances of that object or template are created. The Unique ID points to an instance of the template and is unique across all instances of any template. Instances of the same object will all have the same Object ID, but everything in the game has its own Unique ID.

    Also, it seems that you can reliably "Create Object By Name" and pass an Object ID instead of an object's name. Passing a Unique ID to "Create Object By Name" will not always work.

    I'm aware that OIDs and UIDs are only reliable at runtime and may not have the same values across different runs.

    Thanks, newt.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)