Home
last modified time | relevance | path

Searched refs:GetDefaultByName (Results 1 – 8 of 8) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/g_strife/
H A Da_entityboss.cpp86 fixed_t secondRadius = GetDefaultByName("EntitySecond")->radius * 2; in DEFINE_ACTION_FUNCTION()
H A Da_strifeweapons.cpp514 AActor *wavedef = GetDefaultByName("MaulerTorpedoWave"); in DEFINE_ACTION_FUNCTION()
1113 sigil->Icon = ((AInventory*)GetDefaultByName (sigils[MAX(0,sigil->NumPieces-1)]))->Icon; in GiveSigilPiece()
/dports/games/zdoom/zdoom-2.8.1/src/g_hexen/
H A Da_wraith.cpp74 self->PainChance = GetDefaultByName ("Wraith")->PainChance; in DEFINE_ACTION_FUNCTION()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dd_dehacked.cpp1881 armor = static_cast<ABasicArmorPickup *> (GetDefaultByName ("GreenArmor")); in PatchMisc()
1887 armor = static_cast<ABasicArmorPickup *> (GetDefaultByName ("BlueArmor")); in PatchMisc()
1895 barmor = static_cast<ABasicArmorBonus *> (GetDefaultByName ("ArmorBonus")); in PatchMisc()
1902 health = static_cast<AHealth *> (GetDefaultByName ("HealthBonus")); in PatchMisc()
1908 health = static_cast<AHealth *> (GetDefaultByName ("Soulsphere")); in PatchMisc()
1915 health = static_cast<AHealth *> (GetDefaultByName ("MegasphereHealth")); in PatchMisc()
1921 APlayerPawn *player = static_cast<APlayerPawn *> (GetDefaultByName ("DoomPlayer")); in PatchMisc()
H A Db_bot.cpp281 AActor *a = GetDefaultByName (warnbotmissiles[i]); in InitBotStuff()
H A Db_func.cpp505 m = (((dist+1)/FRACUNIT) / GetDefaultByName("Rocket")->Speed); in FireRox()
H A Dactor.h550 inline AActor *GetDefaultByName (const char *name) in GetDefaultByName() function
/dports/games/zdoom/zdoom-2.8.1/src/g_heretic/
H A Da_hereticweaps.cpp158 velz = FixedMul (GetDefaultByName("GoldWandFX2")->Speed, in DEFINE_ACTION_FUNCTION()