| 706 | } |
| 707 | |
| 708 | std::optional<ExtComponentType> ECSComponentLog::GetType() const |
| 709 | { |
| 710 | return GetCurrentExtensionState()->GetLua()->GetEntitySystemHelpers()->GetComponentType(ComponentType); |
| 711 | } |
| 712 | |
| 713 | void ECSChangeLog::Clear() |
| 714 | { |
nothing calls this directly
no test coverage detected