• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Jassbot fuzzy search and documentation

Status
Not open for further replies.

LeP

LeP

Level 13
Joined
Feb 13, 2008
Messages
545
I've been using this service internally for years now. But the last two days i polished it a bit and i hope you will find it as useful as i do.
To give a very quick description: this website both functions as a fuzzy search engine for wc3 functions and natives and includes all my jassdoc data in a nice way. If you've got questions feel free to ask them but i think playing around is the quickest way to "get" it.

Thinking about it, let me give you a quick rationale behind this: as stated on the site this was inspired by hoogle; a search engine where you can search by approximate type signature of functions. The idea being that you don't know the name of a particular function but you can guess or even know the exact function signatur. Like it takes a unit parameter because it has to do something with units. So you would enter takes unit into jassbot. If you know the return type, even better, you can just type returns integer at the end to help the search. It also does fuzzy searching on the name. Just type TRVE and it would return TriggerRegisterVariableEvent for all matching upper case letters, etc.
Combine and match at will.

 
Last edited:
Status
Not open for further replies.
Top