400 {
402
403 const int panelMinSizeX = 350;
404
406
407 string strTags;
408 for (
int tagIdx = 0; tagIdx <
m_EntityAnimDbg.m_AnimTags.Count(); ++tagIdx)
409 {
410 if (tagIdx != 0)
411 strTags += ", ";
412
414 }
415
416 string strPredictions;
417 for (
int predIdx = 0; predIdx <
m_EntityAnimDbg.m_AnimPredictions.Count(); ++predIdx)
418 {
419 if (predIdx != 0)
420 strPredictions += ", ";
421
423 }
424
428
432
433 string strFilter;
435
438
440
441 const int evDisplayCount = 15;
443
444 for (int evIdx = 0; evIdx < evToDisplayCount; ++evIdx)
445 {
448 {
450 }
452 }
453
455 }
ref DayZCreatureAnimScriptDebug m_EntityAnimDbg
static proto native void Panel(string label, int width, int height, int color=0xaa555555)
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 PushID_Int(int int_id)
static proto native void PushID_Str(string str_id)
static proto float Min(float x, float y)
Returns smaller of two given values.
void Split(string sample, out array< string > output)
Splits string into array of strings separated by 'sample'.