◆ ActionCondition()
4 {
7
9 }
bool CanDefibrillate(Defibrillator defib)
Definition ActionDefibrilateBase.c:11
Super root of all classes in Enforce script.
Definition EnScript.c:11
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
Перекрестные ссылки CanDefibrillate() и Class::CastTo().
◆ CanDefibrillate()
bool CanDefibrillate |
( |
Defibrillator | defib | ) |
|
|
inlineprivate |
12 {
13 if (
defib.IsCharged() )
14 {
15 return true;
16 }
17 else
18 {
19 return false;
20 }
21 }
Используется в ActionCondition().
◆ DefibrillateClient()
◆ DefibrillateServer()
Объявления и описания членов класса находятся в файле: