| 700 | |
| 701 | |
| 702 | StringView ECSComponentLog::GetName() const |
| 703 | { |
| 704 | auto name = GetCurrentExtensionState()->GetLua()->GetEntitySystemHelpers()->GetComponentName(ComponentType); |
| 705 | return name ? *name : StringView{}; |
| 706 | } |
| 707 | |
| 708 | std::optional<ExtComponentType> ECSComponentLog::GetType() const |
| 709 | { |
nothing calls this directly
no test coverage detected