| 71 | //========================================================================== |
| 72 | |
| 73 | bool isActor(PContainerType *type) |
| 74 | { |
| 75 | auto cls = PType::toClass(type); |
| 76 | return cls ? cls->Descriptor->IsDescendantOf(RUNTIME_CLASS(AActor)) : false; |
| 77 | } |
| 78 | |
| 79 | //========================================================================== |
| 80 | // |
no test coverage detected