Prefix all getters with "get"
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
bool collectOne(entt::entity entity);
|
||||
|
||||
// Lightweight snapshot for callers that need to iterate all scrap.
|
||||
std::vector<ScrapInfo> allScrapInfo() const;
|
||||
std::vector<ScrapInfo> getAllScrapInfo() const;
|
||||
|
||||
private:
|
||||
EntityAdmin& m_admin;
|
||||
|
||||
Reference in New Issue
Block a user