equal
deleted
inserted
replaced
89 protected: |
89 protected: |
90 /// to access inherited path finder |
90 /// to access inherited path finder |
91 FORCEINLINE Tpf& Yapf() {return *static_cast<Tpf*>(this);} |
91 FORCEINLINE Tpf& Yapf() {return *static_cast<Tpf*>(this);} |
92 |
92 |
93 public: |
93 public: |
94 /// return current settings (can be custom - player based - but later) |
94 /// return current settings (can be custom - company based - but later) |
95 FORCEINLINE const YAPFSettings& PfGetSettings() const |
95 FORCEINLINE const YAPFSettings& PfGetSettings() const |
96 { |
96 { |
97 return *m_settings; |
97 return *m_settings; |
98 } |
98 } |
99 |
99 |