• 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!
  • Get your art tools and paintbrushes ready and enter Hive's 34th Texturing Contest: Void! Click here to enter!

[General] How to know what GUi trigger that calls specific jass

Status
Not open for further replies.

Uncle

Warcraft Moderator
Level 74
Joined
Aug 10, 2018
Messages
7,940
Have you tried using search for text? Usually the issue is the opposite, you can't find the Jass equivalent of a GUI function. I imagine searching for campaign, minimap, or speaker will give you your answers.

Also, note that GUI doesn't have all of the Jass functions.
 
Level 25
Joined
Feb 27, 2019
Messages
846
You can visibly convert a gui trigger to jass inside the trigger editor by selecting the trigger > edit > convert to custom text

Theres a good library to find a lot of jass functions: GitHub - lep/jassdoc

The gui action custom script is mostly used to write code that cant otherwise be found inside gui. Although it can also be used to write code that exists in gui.
 
Last edited:
Status
Not open for further replies.
Top