Talk:Object type

From NWN Lexicon

[edit] Test Results

I conducted some tests because the constants in this chart were not particularly useful:

OBJECT_INVALID:

               GetTag() == ""
               ObjectToString() == "7f000000"
               GetObjectType() == 0

Module:

               GetTag() == "MODULE"
               ObjectToString() == "0"
               GetObjectType() == 0

FirstPC:

               GetTag() == ""
               ObjectToString() == "7fffffff"
               GetObjectType() == 1

--Henesua (talk) 10:55, 21 October 2013 (UTC)


Personal tools
Categories