Page 1 of 1

GFX Index [Solved]

Posted: Mon Nov 03, 2014 1:36 am
by Jouki
Hello, is there any list with GFXIndex of items? (For defining new objects)

Re: GFX Index

Posted: Mon Nov 03, 2014 1:39 am
by sps999
There isn't a list, but if you know the item you want to get the gfxIndex of, you can make a script with the following code and putting in any item you are looking for:

Code: Select all

print(spawn("tome_wisdom").item:getGfxIndex());

Re: GFX Index

Posted: Mon Nov 03, 2014 2:14 am
by Jouki
sps999 wrote:There isn't a list, but if you know the item you want to get the gfxIndex of, you can make a script with the following code and putting in any item you are looking for:

Code: Select all

print(spawn("tome_wisdom").item:getGfxIndex());
thanks! :)

Re: GFX Index [Solved]

Posted: Mon Nov 03, 2014 2:19 am
by NutJob
Now that that was Solved is there a way to just variable_dump an entire object? or do I just desperately wait like everyone else for the asset_pack.zip?

Re: GFX Index [Solved]

Posted: Mon Nov 03, 2014 8:15 am
by Jouki
Actually I wonder if there was a numerical id of items, it would be great for printing all the indexes.