fix: Remove DEFAULT fields that change to the default in associateAsset (#6259) (#6273)

- Add Vault creation tests for showing valid range for AssetsMaximum
This commit is contained in:
Ed Hennis
2026-01-26 15:58:12 -04:00
committed by GitHub
parent 847e875635
commit a2f1973574
5 changed files with 287 additions and 0 deletions

View File

@@ -580,6 +580,12 @@ STObject::delField(int index)
v_.erase(v_.begin() + index);
}
SOEStyle
STObject::getStyle(SField const& field) const
{
return mType ? mType->style(field) : soeINVALID;
}
unsigned char
STObject::getFieldU8(SField const& field) const
{