| 872 | } |
| 873 | |
| 874 | void TypeEnable::WriteTypeString(EntityType type) const { |
| 875 | char buffer[128]; |
| 876 | FormatString(buffer, 128, "type_enabled_%s_%s", config_postfix, CStringFromEntityType(type)); |
| 877 | config.GetRef(buffer) = IsTypeEnabled(type); |
| 878 | } |
nothing calls this directly
no test coverage detected