Warcraft 3 documentation
vJASS & Zinc Documentation
For the latest documentation about how it works vJASS and Zinc language layers for Warcraft III, please follow these links:
Jasshelper documentation - Zinc documentation - WC3 Optimizer documentation
This topic is the discussión abut the function TriggerRegisterGameEvent. You can see all the information about this function keyword HERE.

[functions] TriggerRegisterGameEvent No New Posts Jassdoc

Started by
City17

0 Members and 1 Guest are viewing this topic.

[functions] TriggerRegisterGameEvent
on: April 17, 2022, 09:20:45 AM

Registers whichGameEvent to execute whichTrigger when it happens. Returns a handle to event that represents the registration, you can't do anything with those currently.

Example:
Code: Lua
  1. trg_gameev = CreateTrigger()
  2. -- this will print a message when someone opens a build menu
  3. TriggerAddAction(trg_gameev, function() print(GetTriggerEventId()) end)
  4. TriggerRegisterGameEvent(trg_gameev, EVENT_GAME_BUILD_SUBMENU)
  5. --> new event on build menu open



 

Started by moyack

Replies: 3
Views: 4233
Jassdoc

Started by Jedi

Replies: 5
Views: 14820
General Jass Discussion

Started by moyack

Replies: 40
Views: 58678
Jass Theory & Questions

Started by moyack

Replies: 0
Views: 658
Jassdoc

Started by moyack

Replies: 0
Views: 649
Jassdoc
Vivir aprendiendo.co - A place for learning stuff, in Spanish   Chaos Realm - The world of Game modders and wc3 addicts   Diplo, a gaming community   Power of Corruption, an altered melee featuring Naga and Demon. Play it now!!!   WC3JASS.com - The JASS Vault + vJASS and Zinc   Jetcraft - A Starcraft II mod   WormTastic Clan (wTc)   Warcraft RESOURCES Reforged: Modelos, mapas, proyectos y mas...