| 88 | } |
| 89 | |
| 90 | Flags32 CPatrolPathParams::flags(u32 index) const |
| 91 | { |
| 92 | VERIFY(m_path->vertex(index)); |
| 93 | return (Flags32().assign(m_path->vertex(index)->data().flags())); |
| 94 | } |
| 95 | |
| 96 | LPCSTR CPatrolPathParams::name(u32 index) const |
| 97 | { |
no test coverage detected