| 2636 | } |
| 2637 | |
| 2638 | void SetTint(Object* obj, const vec3& color) { |
| 2639 | obj->ReceiveObjectMessage(OBJECT_MSG::SET_COLOR, &color); |
| 2640 | } |
| 2641 | |
| 2642 | bool ConnectTo(Object* obj, Object* other) { |
| 2643 | if (obj && other) |
nothing calls this directly
no test coverage detected