home *** CD-ROM | disk | FTP | other *** search
- defint a-z
-
- ' values returned by 'get_local_map'
- const ARENAFREE = 0
- const ARENAWALL = 1
- const ARENADAMAGE = 3
- const ARENAREFUEL = 30
-
- ' values returned by 'get_shell_status'
- const SHELLMISSED = 0
- const SHELLHITWALL = 1
- const SHELLCLOSEBLAST = 2
- const SHELLNEARMISS = 3
- const SHELLDIRECTHIT = 4
-
- declare sub SwapTask ()
- declare sub Movement (byval Fast, byval Angle)
- declare function Scan (byval Angle, byval Res, Range)
- declare function Shoot (byval Angle, byval Range)
- declare sub GetXY (X, Y)
- declare function Transmit (byval Target, byval Message)
- declare function Receive (Source, Message)
- declare function Damage ()
- declare function Speed ()
- declare function Battery ()
- declare function Ticks& ()
- declare function lSin& (byval Angle)
- declare function lCos (byval Angle)
- declare function lTan& (byval Angle)
- declare function lAtan (byval Ratio&)
- declare function lSqrt& (byval Value&)
- declare sub SetPattern (Ptr$)
- declare sub DebugFlag (byval Flag, byval Set)
- declare sub BuyArmour (byval ArmourUnits)
- declare sub BuyShells (byval Shells)
- declare function ShellsLeft ()
- declare sub GetLocalMap (Ptr$)
- declare sub Invisibility (byval InvisFlag)
- declare function GetShellStatus ()
- declare function IsInvisible ()
- declare function lAtan2 (byval Y, byval X)
- declare function Configure (byval Fast, byval Manouevre, byval Range, byval Armour, byval Acceleration, byval Invisible)
-