mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-09-11 16:37:06 +00:00
fix(menu): allow numeric dvar values (#927)
* fix(menu): allow numeric dvar values * chore: use std format instead of stringstream --------- Co-authored-by: Jan Laupetin <[email protected]>
This commit is contained in:
@@ -25,6 +25,7 @@ namespace menu
|
||||
|
||||
[[nodiscard]] MatcherFactoryWrapper<SimpleParserValue> StringChain() const;
|
||||
[[nodiscard]] MatcherFactoryWrapper<SimpleParserValue> Text() const;
|
||||
[[nodiscard]] MatcherFactoryWrapper<SimpleParserValue> TextOrNumeric() const;
|
||||
[[nodiscard]] MatcherFactoryWrapper<SimpleParserValue> TextNoChain() const;
|
||||
[[nodiscard]] MatcherFactoryWrapper<SimpleParserValue> Numeric() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user