Jass documentation Database

JASS Documentation Database REFORGED


Results for the query "QueuedTriggerAddBJ" as a "function"

The search keyword must be a single word (no spaces).

Function QueuedTriggerAddBJ

Line: 1048
Location: blizzard.j
Constant? no
Type: function
Arguments: trigger trig, boolean checkConditions
Returns: boolean

Preview

Extra spaces may have been removed from the original file to show the function in a comfortable way.
  1. function QueuedTriggerAddBJ takes trigger trig, boolean checkConditions returns boolean
  2.     // Make sure our queue isn't full.  If it is, return failure.
  3.         return false
  4.     endif
  5.  
  6.     // Add the trigger to an array of to-be-executed triggers.
  7.     set bj_queuedExecUseConds[bj_queuedExecTotal] = checkConditions
  8.  
  9.     // If this is the only trigger in the queue, run it.
  10.     if (bj_queuedExecTotal == 1) then
  11.         call QueuedTriggerAttemptExec()
  12.     endif
  13.     return true
  14. endfunction
"You have ten seconds to comply!" Hmmm... there's no info about this keyword... be the first one in contribute with the keyword QueuedTriggerAddBJ. You must be logged into the site in order to give us a hand in keeping updated the information. If you don't have an account, you can create one here.
Page loaded in 0.0938 seconds.
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...