Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "OrderId2StringBJ" as a "function"
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.
// Check to see if it's a generic order.
if (orderString != null) then
return orderString
endif
// Check to see if it's a (train) unit order.
if (orderString != null) then
return orderString
endif
// Unrecognized - return an empty string.
return ""
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.
|