| 873 | } |
| 874 | |
| 875 | int GetMyObject(int id) { |
| 876 | if (MyObjects[id].handle == -1) |
| 877 | MyObjects[id].handle = Scrpt_FindObjectName(MyObjects[id].name); |
| 878 | |
| 879 | return MyObjects[id].handle; |
| 880 | } |
| 881 | |
| 882 | int GetMyRoom(int id) { |
| 883 | if (MyRooms[id].handle == -1) |
no outgoing calls
no test coverage detected