AMOSi:Hard Col

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the result of the hardware collision detector you've activated with the SET HARDCOL command. If the test is successful you'll get a value of True (-1). Otherwise the result will be False (0).


You can now find the identification number of any other sprites involved in the collision using the COL function as normal.


test=Hardcol(spritenumber)