MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / GetStringWithNum

Method GetStringWithNum

NetStream/source/utils.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61wchar_t *utils::GetStringWithNum(const char *name, uint32_t num)
62{
63 char fullName[128];
64 sce_paf_snprintf(fullName, sizeof(fullName), "%s%u", name, num);
65 return g_appPlugin->GetString(fullName);
66}
67
68void utils::SetPowerTickTask(PowerTick mode)
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected