MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetString

Method GetString

source/common/engine/stringtable.h:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 const char *CheckString(const char *name, uint32_t *langtable = nullptr, int gender = -1) const;
99 const char* GetString(const char* name) const;
100 const char* GetString(const FString& name) const { return GetString(name.GetChars()); }
101 bool exists(const char *name);
102
103 void InsertString(int filenum, int langid, FName label, const FString& string);

Callers

nothing calls this directly

Calls 2

GetStringFunction · 0.85
GetCharsMethod · 0.45

Tested by

no test coverage detected