cpBody.data

User definable data pointer. Generally this points to your the game object class so you can access it when given a cpBody reference in a callback.

struct cpBody
cpDataPointer data;

Meta