()
| 62 | } |
| 63 | |
| 64 | func (world B2World) GetContactList() B2ContactInterface { // returns a pointer |
| 65 | return world.M_contactManager.M_contactList |
| 66 | } |
| 67 | |
| 68 | func (world B2World) GetBodyCount() int { |
| 69 | return world.M_bodyCount |
no outgoing calls
no test coverage detected