----------------------------
This is all because the update has not been released yet ... right?
Doah!
----------------------------------------
BatVink posted some info Sept 2006 "You can get the full list in the Stickied competition thread, Mike has posted teh full details there." but I can't seem to find the sticky he is talking about.
integer = phy get collision ( objectA, objectB )
gives me the error "could not determine parameter type of "phy get collision (3,4)"
objects 3 is a cloth
object 4 is a rigid body dynamic mesh
The actual code snippet is:
abcol = phy get collision (3, 4)
abcolnuma = phy get collision count ( 3 )
abcolnumb = phy get collision count ( 4 )
The call is made after the objects are created & I've tried a few permutations of the command syntax but it still bombs (syntax I'm using is from the #51 newsletter). Will it not handle dynamic mesh objects or something?
I can find no explicit documentation other than the Newletter.
Any help is greatly appreciated.