mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed local method errors with GetResultString
This commit is contained in:
parent
6fe6b8f2e6
commit
06fe065e2b
3 changed files with 8 additions and 1 deletions
|
@ -5283,6 +5283,11 @@ bool BfCompiler::IsAutocomplete()
|
|||
return (mResolvePassData != NULL) && (mResolvePassData->mAutoComplete != NULL);
|
||||
}
|
||||
|
||||
bool BfCompiler::IsDataResolvePass()
|
||||
{
|
||||
return (mResolvePassData != NULL) && (mResolvePassData->mResolveType == BfResolveType_GetResultString);
|
||||
}
|
||||
|
||||
BfAutoComplete* BfCompiler::GetAutoComplete()
|
||||
{
|
||||
if (mResolvePassData != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue