MCPcopy Create free account
hub / github.com/CleverRaven/Cataclysm-DDA / query_int

Method query_int

src/string_input_popup.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304int string_input_popup::query_int( const bool loop, const bool draw_only )
305{
306 return query_int_impl<int>( *this, loop, draw_only );
307}
308
309int64_t string_input_popup::query_int64_t( const bool loop, const bool draw_only )
310{

Callers 15

query_intFunction · 0.80
prompt_for_amountFunction · 0.80
edit_itmMethod · 0.80
job_assignment_uiMethod · 0.80
character_edit_desc_menuFunction · 0.80
debug_menu_change_timeFunction · 0.80
debugFunction · 0.80
keyMethod · 0.80
prompt_for_amountMethod · 0.80
reload_furnitureFunction · 0.80
pay_gasMethod · 0.80
mill_load_foodFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected