• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[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