Home
last modified time | relevance | path

Searched refs:ClassIsChildOf (Results 1 – 11 of 11) sorted by relevance

/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DArtiPoisonBag.vc43 if (ClassIsChildOf(Owner.Class, GetClassReplacement(ClericPlayer)))
52 else if (ClassIsChildOf(Owner.Class, GetClassReplacement(MagePlayer)))
H A DWeaponGiver.vc37 if (DropItemList.Num && ClassIsChildOf(DropItemList[0].Type, Weapon))
H A DHexenWeapon.vc39 if (!ClassIsChildOf(Toucher.Class, GetClassReplacement(WeaponClass)))
H A DFourthWeaponPiece.vc52 if (!ClassIsChildOf(Toucher.Class, GetClassReplacement(PieceClass)))
H A DEntityEx.Misc.vc2911 if (inv.Amount > 0 && ClassIsChildOf(inv.Class, HealthPickup))
3090 if (inv.Amount > 0 && ClassIsChildOf(inv.Class, HealthPickup))
/dports/games/vavoom/vavoom-1.33/progs/heretic/game/
H A DPlayer.vc303 if (ClassIsChildOf(Cls, PuzzleItem))
/dports/games/vavoom/vavoom-1.33/progs/hexen/game/
H A DPlayer.vc412 if (ClassIsChildOf(Cls, PuzzleItem))
H A DBotPlayer.vc284 if (ClassIsChildOf(botmo.Class, GetClassReplacement(HexenWeapon(Wpn).WeaponClass)) &&
536 ClassIsChildOf(botmo.Class, GetClassReplacement(FourthWeaponPiece(item).PieceClass)))
/dports/games/vavoom/vavoom-1.33/source/
H A Dvc_object.h297 DECLARE_FUNCTION(ClassIsChildOf)
H A Dvc_object.cpp988 IMPLEMENT_FUNCTION(VObject, ClassIsChildOf) in IMPLEMENT_FUNCTION() argument
/dports/games/vavoom/vavoom-1.33/progs/common/engine/
H A DObject.vc608 native static final bool ClassIsChildOf(class SomeClass, class BaseClass);