MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetNumberInputVariable

Method GetNumberInputVariable

src/pending_message.h:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 bool HasNumberInput() const { return num_input_digits > 0; }
62 int GetNumberInputDigits() const { return num_input_digits; }
63 int GetNumberInputVariable() const { return num_input_variable; }
64 int GetNumberInputStartLine() const { return NumLines(); }
65
66 void SetEnableFace(bool value) { enable_face = value; }

Callers 1

InputNumberMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected