Ephasme
Joined: 24 Aug 2010 Posts: 7
|
Posted: Tue Aug 24, 2010 5:04 Post subject: Object's ID |
|
|
Hello everybody,
For beginning, thanks for all the stuff you've done on NWN. I come here to ask a question, I've looked up in the sources of the plug-in nwnx_hashset and I found this :
Code: |
unsigned long gameObjectID = *(unsigned long*)(gameObject+4);
|
Is this ID unique ? I mean, can I use it as primary key in a SQL Database to identify, for example, characters ?
Thanks for you advices. |
|