Fixing some stuff I screwed up in the last commit, oops.

This commit is contained in:
Aruki
2018-10-13 22:44:39 -06:00
parent 5a56764815
commit bd8579167d
3 changed files with 248 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ const char* GetPropertyName(IProperty* pProperty);
const char* GetPropertyName(u32 ID, const char* pkTypeName);
/** Returns whether the specified name is in the map. */
bool IsValidPropertyName(u32 ID, const char* pkTypeName);
bool IsValidPropertyID(u32 ID, const char* pkTypeName);
/** Retrieves a list of all properties that match the requested property ID. */
void RetrievePropertiesWithID(u32 ID, const char* pkTypeName, std::list<IProperty*>& OutList);