Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "RectFromCenterSizeBJ" as a "function"
Function RectFromCenterSizeBJ
Line: |
881 |
Location: |
blizzard.j |
Constant? |
no |
Type: |
function |
Arguments: |
location center, real width, real height |
Returns: |
rect |
Preview
Extra spaces may have been removed from the original file to show the function in a comfortable way.
return Rect( x - width*0.5, y - height*0.5, x + width*0.5, y + height*0.5 )
endfunction
"That noise? That’s a bad noise."
Hmmm... there's no info about this keyword... be the first one in contribute with the keyword RectFromCenterSizeBJ.
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.0911 seconds.
|