README.md

December 5, 2022 ยท View on GitHub

Accurate Pathfinding

Description

It finds the shortest way. Really.

More Info

Submitted On2004-02-25 06:26:54
Byamoxys
LevelBeginner
User Rating5.0 (65 globes from 13 users)
CompatibilityVB 6.0
CategoryData Structures
WorldVisual Basic
Archive FileAccurate_P175483672004.zip

API Declarations

GetTickCount Lib "kernel32" () As Long
Polyline Lib "gdi32" (ByVal hdc As Long, lpPoint As POINTAPI, ByVal nCount As Long) As Long
Polygon Lib "gdi32" (ByVal hdc As Long, lpPoint As Any, ByVal nCount As Long) As Long
CreatePolygonRgn Lib "gdi32" (lpPoint As POINTAPI, ByVal nCount As Long, ByVal nPolyFillMode As Long) As Long
PtInRegion Lib "gdi32" (ByVal hRgn As Long, ByVal X As Long, ByVal Y As Long) As Long
DeleteObject Lib "gdi32" (ByVal hObject As Long) As Long