| 10789 | } |
| 10790 | |
| 10791 | int GetObjectType(int object) { |
| 10792 | msafe_struct ms; |
| 10793 | ms.objhandle = object; |
| 10794 | MSafe_GetValue(MSAFE_OBJECT_TYPE, &ms); |
| 10795 | |
| 10796 | return ms.type; |
| 10797 | } |
| 10798 | |
| 10799 | void ObjectDamage(int object, float amount, int killer = OBJECT_HANDLE_NONE); |
| 10800 | void ObjectDamage(int object, float amount, int killer) { |