| 915 | } |
| 916 | |
| 917 | bool AFCEntity::SetCustomGUID(const std::string& name, const AFGUID& value) |
| 918 | { |
| 919 | return false; |
| 920 | } |
| 921 | |
| 922 | bool AFCEntity::GetCustomBool(const std::string& name) const |
| 923 | { |
nothing calls this directly
no outgoing calls
no test coverage detected