Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
ui_cloaked.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include <
menu/xonotic/mutatortab.qh
>
4
CLASS
(
XonoticMutatorCloakedTab
,
XonoticMutatorTab
)
5
METHOD
(
XonoticMutatorCloakedTab
,
fill
,
void
(
entity
));
6
ATTRIB
(
XonoticMutatorCloakedTab
,
title
,
string
, _(
"Cloaked"
));
7
ATTRIB
(
XonoticMutatorCloakedTab
,
message
,
string
,
"g_cloaked"
);
8
METHOD
(
XonoticMutatorCloakedTab
,
canEnable
,
bool
(
entity
,
bool
));
9
ENDCLASS
(
XonoticMutatorCloakedTab
)
10
entity
makeXonoticMutatorCloakedTab
();
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
XonoticMutatorCloakedTab
Definition
ui_cloaked.qh:4
XonoticMutatorCloakedTab::title
string title
Definition
ui_cloaked.qh:6
XonoticMutatorCloakedTab::message
string message
Definition
ui_cloaked.qh:7
XonoticMutatorCloakedTab::canEnable
virtual void canEnable()
Definition
ui_cloaked.qc:19
XonoticMutatorCloakedTab::fill
virtual void fill()
XonoticMutatorTab
Definition
mutatortab.qh:10
XonoticMutatorTab::ATTRIB
ATTRIB(XonoticMutatorTab, title, string)
mutatortab.qh
CLASS
#define CLASS(...)
Definition
oo.qh:149
ENDCLASS
#define ENDCLASS(cname)
Definition
oo.qh:286
METHOD
#define METHOD(cname, name, prototype)
Definition
oo.qh:274
makeXonoticMutatorCloakedTab
entity makeXonoticMutatorCloakedTab()
Definition
ui_cloaked.qc:3
common
mutators
mutator
cloaked
ui_cloaked.qh
Generated on
for Xonotic QuakeC by
1.16.1