Jass documentation Database

JASS Documentation Database REFORGED


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

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

Function OrderId2StringBJ

Line: 3341
Location: blizzard.j
Constant? no
Type: function
Arguments: integer orderId
Returns: string

Preview

Extra spaces may have been removed from the original file to show the function in a comfortable way.
  1. function OrderId2StringBJ takes integer orderId returns string
  2.     local string orderString
  3.  
  4.     // Check to see if it's a generic order.
  5.     set orderString = OrderId2String(orderId)
  6.     if (orderString != null) then
  7.         return orderString
  8.     endif
  9.  
  10.     // Check to see if it's a (train) unit order.
  11.     set orderString = UnitId2String(orderId)
  12.     if (orderString != null) then
  13.         return orderString
  14.     endif
  15.  
  16.     // Unrecognized - return an empty string.
  17.     return ""
  18. endfunction
"What ya got?" Hmmm... there's no info about this keyword... be the first one in contribute with the keyword OrderId2StringBJ. 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.1007 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...