EntityCollided Bug

BlitzMax Forums/MiniB3D Module/EntityCollided Bug

Stu_ovine(Posted 2008) [#1]
If you use an type_no that has no entities associated to it, causes a crash.

Serious:-

"Attempt to accessfield or method of Null object"
In this example There are no entities with the entitytype of 99.

If EntityCollided(ent, 99) Then 
'	
EndIf



not so serious :-

"Attempt to index array elements beyond array length"
In this example An unrealistically high type_no.

If EntityCollided(ent, 9999) Then 
'	
EndIf