| 610 | } |
| 611 | |
| 612 | VObjectType SLgetInstanceType(ModuleInstance* instance) { |
| 613 | if (!instance) return VObjectType::slNoType; |
| 614 | return instance->getType(); |
| 615 | } |
| 616 | |
| 617 | VObjectType SLgetInstanceModuleType(ModuleInstance* instance) { |
| 618 | if (!instance) return VObjectType::slNoType; |