| 85 | }; |
| 86 | |
| 87 | inline bool IFaceTypeIsScriptable(IFaceType t, int index) { |
| 88 | return t < iface_stringresult || (index == 1 && t == iface_stringresult); |
| 89 | } |
| 90 | |
| 91 | inline bool IFaceTypeIsNumeric(IFaceType t) { |
| 92 | return (t > iface_void && t < iface_bool); |
no outgoing calls
no test coverage detected