| 866 | {"MatCenSwitchFOff", NULL}, {"MatCenSwitchAOn", NULL}, {"MatCenSwitchAOff", NULL}}; |
| 867 | |
| 868 | int GetMyMatCen(int id) { |
| 869 | if (MyMatcens[id].handle == -1) |
| 870 | MyMatcens[id].handle = Scrpt_FindMatcenName(MyMatcens[id].name); |
| 871 | |
| 872 | return MyMatcens[id].handle; |
| 873 | } |
| 874 | |
| 875 | int GetMyObject(int id) { |
| 876 | if (MyObjects[id].handle == -1) |
no outgoing calls
no test coverage detected