DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
IsInherited()
proto native external
bool
Class::IsInherited
(
typename
type
)
private
Returns true when instance is of the type, or inherited one.
Аргументы
type
Class
type
Возвращает
bool
true when 'clType' is the same as 'type', or inherited one.
if
(inst && inst.IsInherited(
Widget
))
{
Print
(
"inst is inherited from Widget class!"
);
}
Widget
Определения
EnWidgets.c:190
Print
proto void Print(void var)
Prints content of variable to console/log.
Class
Создано системой
1.13.2