Uses of Class
zombie.characters.SurvivorDesc
Packages that use SurvivorDesc
Package
Description
-
Uses of SurvivorDesc in zombie.characters
Fields in zombie.characters declared as SurvivorDescFields in zombie.characters with type parameters of type SurvivorDescMethods in zombie.characters that return SurvivorDescModifier and TypeMethodDescriptionstatic SurvivorDesc[]
SurvivorFactory.CreateFamily
(int nCount) static SurvivorDesc
SurvivorFactory.CreateSurvivor()
static SurvivorDesc
SurvivorFactory.CreateSurvivor
(SurvivorFactory.SurvivorType survivorType) static SurvivorDesc
SurvivorFactory.CreateSurvivor
(SurvivorFactory.SurvivorType survivorType, boolean bFemale) static SurvivorDesc[]
SurvivorFactory.CreateSurvivorGroup
(int nCount) ILuaGameCharacter.getDescriptor()
IsoGameCharacter.getDescriptor()
SurvivorGroup.getLeader()
Methods in zombie.characters that return types with arguments of type SurvivorDescModifier and TypeMethodDescriptionstatic HashMap
<Integer, SurvivorDesc> IsoGameCharacter.getSurvivorMap()
Methods in zombie.characters with parameters of type SurvivorDescModifier and TypeMethodDescriptionvoid
SurvivorGroup.addMember
(SurvivorDesc member) void
ILuaGameCharacterClothing.Dressup
(SurvivorDesc desc) void
IsoGameCharacter.Dressup
(SurvivorDesc desc) int
SurvivorDesc.getMetCount
(SurvivorDesc descriptor) void
IsoGameCharacter.InitSpriteParts
(SurvivorDesc desc) void
IsoZombie.InitSpritePartsZombie
(SurvivorDesc desc) static IsoSurvivor
SurvivorFactory.InstansiateInCell
(SurvivorDesc desc, IsoCell cell, int x, int y, int z) boolean
SurvivorGroup.isLeader
(SurvivorDesc member) void
SurvivorDesc.meet
(SurvivorDesc desc) static void
SurvivorFactory.randomName
(SurvivorDesc desc) void
SurvivorGroup.removeMember
(SurvivorDesc member) void
ILuaGameCharacter.setDescriptor
(SurvivorDesc descriptor) void
IsoGameCharacter.setDescriptor
(SurvivorDesc _descriptor) static void
SurvivorFactory.setTorso
(SurvivorDesc survivor) Constructors in zombie.characters with parameters of type SurvivorDescModifierConstructorDescriptionIsoPlayer
(IsoCell cell, SurvivorDesc desc, int x, int y, int z) IsoPlayer
(IsoCell isoCell, SurvivorDesc survivorDesc, int int2, int int1, int int0, boolean boolean0) IsoSurvivor
(SurvivorDesc desc, IsoCell cell, int x, int y, int z) IsoSurvivor
(SurvivorDesc desc, IsoCell cell, int x, int y, int z, boolean bSetInstance) IsoZombie
(IsoCell cell, SurvivorDesc desc, int _palette) SurvivorDesc
(SurvivorDesc other) -
Uses of SurvivorDesc in zombie.core.skinnedmodel.advancedanimation
Methods in zombie.core.skinnedmodel.advancedanimation with parameters of type SurvivorDesc -
Uses of SurvivorDesc in zombie.inventory
Methods in zombie.inventory with parameters of type SurvivorDescModifier and TypeMethodDescriptionItemContainer.getBestBandage
(SurvivorDesc descriptor) ItemContainer.getBestFood
(SurvivorDesc descriptor) ItemContainer.getBestWeapon
(SurvivorDesc desc) float
InventoryItem.getScore
(SurvivorDesc desc) float
ItemContainer.getTotalFoodScore
(SurvivorDesc desc) float
ItemContainer.getTotalWeaponScore
(SurvivorDesc desc) void
InventoryItem.monogramAfterDescriptor
(SurvivorDesc survivorDesc) void
InventoryItem.nameAfterDescriptor
(SurvivorDesc survivorDesc) -
Uses of SurvivorDesc in zombie.inventory.types
Methods in zombie.inventory.types with parameters of type SurvivorDescModifier and TypeMethodDescriptionfloat
Food.getScore
(SurvivorDesc desc) float
HandWeapon.getScore
(SurvivorDesc desc) -
Uses of SurvivorDesc in zombie.iso
Fields in zombie.iso with type parameters of type SurvivorDescMethods in zombie.iso that return SurvivorDescMethods in zombie.iso with parameters of type SurvivorDescModifier and TypeMethodDescriptionIsoWorld.CreateRandomSurvivor
(SurvivorDesc desc, IsoGridSquare sq, IsoPlayer player) void
IsoWorld.setLuaPlayerDesc
(SurvivorDesc desc) -
Uses of SurvivorDesc in zombie.iso.areas
Methods in zombie.iso.areas with parameters of type SurvivorDescModifier and TypeMethodDescriptionfloat
IsoBuilding.ScoreBuildingPersonSpecific
(SurvivorDesc desc, boolean bFarGood) -
Uses of SurvivorDesc in zombie.iso.objects
Methods in zombie.iso.objects that return SurvivorDesc -
Uses of SurvivorDesc in zombie.Lua
Methods in zombie.Lua with parameters of type SurvivorDescModifier and TypeMethodDescriptionstatic IsoZombie
LuaManager.GlobalObject.createZombie
(float x, float y, float z, SurvivorDesc desc, int palette, IsoDirections dir) -
Uses of SurvivorDesc in zombie.randomizedWorld.randomizedBuilding
Methods in zombie.randomizedWorld.randomizedBuilding with parameters of type SurvivorDescModifier and TypeMethodDescriptionvoid
RandomizedBuildingBase.HumanCorpse.Dressup
(SurvivorDesc desc) -
Uses of SurvivorDesc in zombie.ui
Methods in zombie.ui with parameters of type SurvivorDesc