Jass documentation Database
JASS Documentation Database REFORGED
Results for the query "NearbyElevatorExists" as a "function"
Function NearbyElevatorExists
Line: |
4442 |
Location: |
blizzard.j |
Constant? |
no |
Type: |
function |
Arguments: |
real x, real y |
Returns: |
boolean |
Preview
Extra spaces may have been removed from the original file to show the function in a comfortable way.
local real findThreshold = 32
// If another elevator is overlapping this one, ignore the wall.
set r = Rect(x - findThreshold, y - findThreshold, x + findThreshold, y + findThreshold)
endfunction
"That guy ’s nuts! Grab ’m!"
Hmmm... there's no info about this keyword... be the first one in contribute with the keyword NearbyElevatorExists.
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.1122 seconds.
|