MCPcopy Create free account
hub / github.com/ddnet/ddnet / GetInteger64

Method GetInteger64

src/game/client/lineinput.cpp:716–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716int64_t CLineInputNumber::GetInteger64(int Base) const
717{
718 return str_toint64_base(GetString(), Base);
719}
720
721void CLineInputNumber::SetFloat(float Number)
722{

Callers 1

Calls 1

str_toint64_baseFunction · 0.85

Tested by

no test coverage detected