HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Reasked Question

06-30-2003, 10:41 AM#1
kil-jadeen
I asked this before but i didnt get a straight answer what is JASS based off of C++ or Javascript, i need to know if i can use pre-built functions like Rand(). im learning C++ and i know Javascript.
06-30-2003, 12:03 PM#2
PitzerMike
JASS has its own native functions and isn't based off any known language.

But how it works is similar to Javascript

You find the natives in common.j
06-30-2003, 12:15 PM#3
kil-jadeen
well where can i learn its functions i really need a rand() function of some sort.
06-30-2003, 08:22 PM#4
AIAndy
You can find a list of all natives in common.j or for AI also in common.ai or on the JASS Sourceforge site. GetRandomInt for a random integer.
06-30-2003, 11:56 PM#5
kil-jadeen
thanks