MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / HasFace

Method HasFace

src/error.h:44–44  ·  view source on GitHub ↗

Check whether error window shall display a company manager face */

Source from the content-addressed store, hash-verified

42
43 /** Check whether error window shall display a company manager face */
44 bool HasFace() const { return company != CompanyID::Invalid(); }
45};
46
47/** Define a queue with errors. */

Callers 1

ErrmsgWindowMethod · 0.80

Calls 1

InvalidFunction · 0.85

Tested by

no test coverage detected