(methodName)
| 4557 | return Il2Cpp.Api.MonoBehaviour._Invoke(this.handle, allocCStr(methodName), time); |
| 4558 | } |
| 4559 | IsInvoking_methodName(methodName) { |
| 4560 | return Il2Cpp.Api.MonoBehaviour._IsInvoking_String(this.handle, allocCStr(methodName)); |
| 4561 | } |
| 4562 | IsInvoking_0() { |
| 4563 | return Il2Cpp.Api.MonoBehaviour._IsInvoking_0(this.handle); |
| 4564 | } |
nothing calls this directly
no test coverage detected