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

Method GetInteger

src/game/client/lineinput.cpp:693–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693int CLineInputNumber::GetInteger(int Base) const
694{
695 return str_toint_base(GetString(), Base);
696}
697
698void CLineInputNumber::SetInteger64(int64_t Number, int Base, int HexPrefix)
699{

Callers 15

ConTeamMethod · 0.45
ConTuneZoneMethod · 0.45
ConKeyEmoticonMethod · 0.45
ConEmoteMethod · 0.45
ConKeyStatsMethod · 0.45
ConSetViewMethod · 0.45
ConSetViewRelativeMethod · 0.45
ConGotoSwitchMethod · 0.45
ConGotoTeleMethod · 0.45
ConKeyInputStateMethod · 0.45
ConKeyInputCounterMethod · 0.45
ConKeyInputSetMethod · 0.45

Calls 1

str_toint_baseFunction · 0.85

Tested by 3

ConKeySpectatorMethod · 0.36
ConSpectateMethod · 0.36
ConMultiViewMethod · 0.36