editing of values now also works.
This commit is contained in:
@@ -211,6 +211,13 @@ AQH_VALUE *AQH_Storage_GetValueById(const AQH_STORAGE *sto, uint64_t id)
|
||||
|
||||
|
||||
|
||||
AQH_VALUE *AQH_Storage_GetValueByName(const AQH_STORAGE *sto, const char *s)
|
||||
{
|
||||
return sto?AQH_Value_List_GetByName(sto->valueList, s):NULL;
|
||||
}
|
||||
|
||||
|
||||
|
||||
uint32_t AQH_Storage_GetRuntimeFlags(const AQH_STORAGE *sto)
|
||||
{
|
||||
return sto?sto->runtimeFlags:0;
|
||||
|
||||
Reference in New Issue
Block a user