Go to the source code of this file.
◆ XonoticMonsterToolsDialog_fill()
Definition at line 8 of file dialog_monstertools.qc.
References entity(), and makeXonoticTextLabel().
22 me.TD(me, 1, 0.5, e =
makeXonoticCommandButton(_(
"Spawn"),
'0 0 0',
"spawnmob $menu_monsters_edit_spawn $menu_monsters_edit_movetarget", 0));
25 me.TD(me, 1, 0.5, e =
makeXonoticCommandButton(_(
"Move target:"),
'0 0 0',
"editmob movetarget $menu_monsters_edit_movetarget", 0));
33 me.TD(me, 1, 0.5, e =
makeXonoticCommandButton(_(
"Set skin:"),
'0 0 0',
"editmob skin $menu_monsters_edit_skin", 0));
37 me.gotoRC(me, me.rows - 1, 0);
entity makeXonoticTextLabel(float theAlign, string theText)
entity makeXonoticSlider(float theValueMin, float theValueMax, float theValueStep, string theCvar)