The search keyword must be a single word (no spaces).
Function SetCameraQuickPositionLoc
- Line
- 1615
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- location loc
- Returns
- nothing
| 1615 | function SetCameraQuickPositionLoc takes location loc returns nothing |
| 1616 | call SetCameraQuickPosition(GetLocationX(loc), GetLocationY(loc)) |
| 1617 | endfunction
|