GFX Index [Solved]
GFX Index [Solved]
Hello, is there any list with GFXIndex of items? (For defining new objects)
Last edited by Jouki on Mon Nov 03, 2014 2:15 am, edited 1 time in total.
Re: GFX Index
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
thanks!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());

Re: GFX Index [Solved]
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]
Actually I wonder if there was a numerical id of items, it would be great for printing all the indexes.