Persistence¶
-
int PersistenceGetEnumCount(string e)¶
Get a count of how many distinct values the given enum has.
-
int PersistenceGetEnumIndexForItemName(string a, string b)¶
Get a count of how many distinct values the given enum has.
-
int PersistenceGetEnumItemNameForIndex(string a, number b)¶
Get a count of how many distinct values the given enum has.
-
bool PersistenceEnumValueIsValid(string a, string b)¶
Returns true if the given enum value contains the given value.
-
int PersistenceGetArrayCount(string e)¶
Get a count of how many elements the given item has.