Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "QueuedTriggerAddBJ" as a "function"
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.
// Make sure our queue isn't full. If it is, return failure.
return false
endif
// Add the trigger to an array of to-be-executed triggers.
// If this is the only trigger in the queue, run it.
endif
return true
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.
|