Hi!
I have a COG where I test to see if an object has landed. By doing so, I ask If(GetAttachFlags(object) & 0x1);. Now, this tests if the object is attached to a surface of a sector. How do I test if the object is attached to a thing?
/Edward
I have a COG where I test to see if an object has landed. By doing so, I ask If(GetAttachFlags(object) & 0x1);. Now, this tests if the object is attached to a surface of a sector. How do I test if the object is attached to a thing?
/Edward