• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

jass and vjass, whats the diff?

Status
Not open for further replies.
Level 28
Joined
Jan 26, 2007
Messages
4,789
Just to make it perfectly clear: vJass doesn't actually add anything new, everything that can be done in vJass can be done with regular JASS.
This is because Warcraft would otherwise not be able to read it (there are certain projects that do add new stuff, such as RtC, but those require a modified version of Warcraft to play).

vJass just makes those things nice to read and write. It's there to make your life easier.
Because of the way it handles code, it's been a massive help to everyone willing to use JASS. You can easily add and use libraries, change spells/systems and much more.
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
Just to make it perfectly clear: vJass doesn't actually add anything new, everything that can be done in vJass can be done with regular JASS.
This is because Warcraft would otherwise not be able to read it (there are certain projects that do add new stuff, such as RtC, but those require a modified version of Warcraft to play).

vJass just makes those things nice to read and write. It's there to make your life easier.
Because of the way it handles code, it's been a massive help to everyone willing to use JASS. You can easily add and use libraries, change spells/systems and much more.

false. you cannot create globals in JASS without using the variable editor
 
Status
Not open for further replies.
Top