mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Better handling of let/var field failures
This commit is contained in:
parent
624e36b89b
commit
b63b4af6fe
5 changed files with 59 additions and 8 deletions
|
@ -150,6 +150,7 @@ public:
|
|||
virtual void SetConfigConst(int idx, int value) override;
|
||||
|
||||
BeValue* GetBeValue(int streamId);
|
||||
BeValue* TryGetBeValue(int streamId);
|
||||
BeType* GetBeType(int streamId);
|
||||
BeBlock* GetBeBlock(int streamId);
|
||||
BeMDNode* GetBeMetadata(int streamId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue