* Get the definition of a company manager face style. * @param style_index Face style to get. * @return Definition of face style. */
| 1396 | * @return Definition of face style. |
| 1397 | */ |
| 1398 | const FaceSpec *GetCompanyManagerFaceSpec(uint style_index) |
| 1399 | { |
| 1400 | if (style_index < GetNumCompanyManagerFaceStyles()) return &_faces[style_index]; |
| 1401 | return nullptr; |
| 1402 | } |
| 1403 | |
| 1404 | /** |
| 1405 | * Find a company manager face style by label. |
no test coverage detected