MCPcopy 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
589char* 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
598void zVarInit(zVarEntry* table)
599{

Callers 1

parse_tag_varFunction · 0.85

Calls 2

find_varFunction · 0.70
get_textMethod · 0.45

Tested by

no test coverage detected