Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ var_text
Function
var_text
src/SB/Game/zVar.cpp:589–596 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
char* var_text(const substr& str)
590
{
591
var_type* entry = find_var(str);
592
if (entry == NULL)
593
return NULL;
594
595
return entry->get_text();
596
}
597
598
void zVarInit(zVarEntry* table)
599
{
Callers
1
parse_tag_var
Function · 0.85
Calls
2
find_var
Function · 0.70
get_text
Method · 0.45
Tested by
no test coverage detected