327 {
328 const int INPUT_BOX_SIZE = 35;
329
332 for (int i=0; i < cmdCount; i++)
333 {
335
337
338 bool result;
341
344
346 string strUserInt;
348
350 string strUserFloat;
352
355
357 {
359 }
360
362
364 }
365
367 }
ref array< bool > m_SetCommandCheckStates
ref DayZCreatureAnimScriptDebug m_EntityAnimDbg
void GUIAction_ActivateCommand(int commandIdx, int userInt, float userFloat)
static proto native void PopID()
static proto native bool Button(string txt, int minWidth=0)
static proto native void Text(string label)
static proto void InputText(string txt, out string value, int pxWidth=150)
static proto native void SameLine()
static proto void BeginCleanupScope()
static proto native void PushID_Int(int int_id)
static proto native void PushID_Str(string str_id)
static proto void Check(string label, out bool checked)
static proto native void EndCleanupScope()
proto native int ToInt()
Converts string to integer.
proto native float ToFloat()
Converts string to float.