• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[vJASS] Detecting object type (JAVA relevant issue)

Status
Not open for further replies.
Level 17
Joined
Apr 27, 2008
Messages
2,455
Use SaveAgentHandle and if LoadWhateverType != null then the agent variable is this type.
Of course there are other ways.

Not sure how it could be useful though, just for the fun probably.

EDIT : Well, Nestharus beat me, i've forgotten these Have... functions.
 
Level 17
Joined
Apr 27, 2008
Messages
2,455
What's the point of using HaveSavedHandle here, except checking if it's a valid handle (no null, nor ghost one).

Oh and btw i vaguely remember that HaveSaved... functions were slower than the same Load... != null.
(just maybe because jass is interpreted and HaveSaved... is longer than Load... != null)
But my stress test could be wrong.

I'm just saying that for the sake of accuracy, i don't care.
 
Status
Not open for further replies.
Top