AstroCode
|
  |
| Joined: 09 Oct 2009 |
| Total Posts: 1122 |
|
|
| 20 Sep 2015 10:23 AM |
| I know names aren't unique identifiers, but what is there anything that is? Is there a property of objects that I can get to identify them? |
|
|
| Report Abuse |
|
|
Stymi
|
  |
| Joined: 19 Sep 2015 |
| Total Posts: 1077 |
|
|
| 20 Sep 2015 10:27 AM |
| What do you mean? There is ClassName, and IsA to tell what class an object is (and IsA works with superclasses too). |
|
|
| Report Abuse |
|
|
AstroCode
|
  |
| Joined: 09 Oct 2009 |
| Total Posts: 1122 |
|
|
| 20 Sep 2015 10:31 AM |
| I hoped that every object would have a number Id I could reference. Is there a way I could assign these instead? |
|
|
| Report Abuse |
|
|
Stymi
|
  |
| Joined: 19 Sep 2015 |
| Total Posts: 1077 |
|
|
| 20 Sep 2015 10:34 AM |
| Nope, but you can do this manually if you'd like. |
|
|
| Report Abuse |
|
|