MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / num

Method num

common/script/scriptargs.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109/* ---- integers ---------------------------------------------------------- */
110
111int ScriptArgs::num(int i) const
112{
113 return intAt(i);
114}
115
116int ScriptArgs::numInRange(int i, int min, int max) const
117{

Callers 9

ckpt_json_array_elementFunction · 0.80
ckpt_json_object_keyFunction · 0.80
titleIndexArgFunction · 0.80
savArgFunction · 0.80
ckpt_sav_closeFunction · 0.80
ckpt_gui_keyboardFunction · 0.80
ckpt_gui_numpadFunction · 0.80
ckpt_progress_beginFunction · 0.80
ckpt_progress_setFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected