Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
How to refer to object data ingame
How to refer to object data ingame
08-18-2009, 08:25 AM
#1
Anachron
Hello,
I wanted to know if its possible to refer to any object data ingame,
like from any spell the 'data1' field, or something like that.
I need to read only, because I want to get the description.
08-18-2009, 08:28 AM
#2
Fledermaus
No.
EDIT: there are a couple things you can get like abilities effect fields or something but you cannot get any tooltips, cooldowns, etc..
08-18-2009, 08:31 AM
#3
Anachron
There was an slk thing, can you explain what that does?
08-18-2009, 11:11 AM
#4
Anitarf
As far as I know, it can't be done apart from some spell art fields like projectile art (which more spellmakers should utilize) etc.
08-18-2009, 02:42 PM
#5
Anachron
But I can load slks in vJASS, can't I?
08-18-2009, 03:06 PM
#6
darkwulfv
I think Reinventing the Craft is doing some in-depth R+D into this subject, with things like Dynamic Tooltips.
08-18-2009, 07:22 PM
#7
Bobo_The_Kodo
I'll post a jasshelper extention in a bit that I'm that autoloads fields you want from object data into a struct, so you can refer to it ingame.
08-18-2009, 07:29 PM
#8
Troll-Brain
Quote:
Originally Posted by
Bobo_The_Kodo
I'll post a jasshelper extention in a bit that I'm that autoloads fields you want from object data into a struct, so you can refer to it ingame.
Sounds awesome.
It will also work for no-widgetized maps ?
08-18-2009, 07:36 PM
#9
Bobo_The_Kodo
Quote:
Sounds awesome.
It will also work for no-widgetized maps ?
Yes because it loads the data when you save the map
08-18-2009, 09:02 PM
#10
Anachron
Quote:
Originally Posted by
Bobo_The_Kodo
I'll post a jasshelper extention in a bit that I'm that autoloads fields you want from object data into a struct, so you can refer to it ingame.
That is EXACTLY what I meant. Hah, seems like I know more as you, Fledermaus xD