Interface ILuaGameCharacterClothing
- All Known Subinterfaces:
ILuaGameCharacter
- All Known Implementing Classes:
IsoAnimal, IsoDummyCameraCharacter, IsoGameCharacter, IsoLivingCharacter, IsoLuaCharacter, IsoLuaMover, IsoPlayer, IsoSurvivor, IsoZombie, RandomizedBuildingBase.HumanCorpse
public interface ILuaGameCharacterClothing
ILuaGameCharacterClothing
Provides the functions expected by LUA when dealing with objects of this type.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddressInNamedOutfit(String outfitName) voiddressInPersistentOutfit(String outfitName) voiddressInPersistentOutfitID(int outfitID) voidDressup(SurvivorDesc desc) getWornItem(ItemBodyLocation var1) voidremoveWornItem(InventoryItem item) voidvoidvoidvoidvoidvoidvoidsetWornItem(ItemBodyLocation var1, InventoryItem var2) voidsetWornItems(WornItems other)
-
Method Details
-
dressInNamedOutfit
-
dressInPersistentOutfit
-
dressInPersistentOutfitID
void dressInPersistentOutfitID(int outfitID) -
getOutfitName
String getOutfitName() -
getWornItems
WornItems getWornItems() -
setWornItems
-
getWornItem
-
setWornItem
-
removeWornItem
-
clearWornItems
void clearWornItems() -
getBodyLocationGroup
BodyLocationGroup getBodyLocationGroup() -
setClothingItem_Head
-
setClothingItem_Torso
-
setClothingItem_Back
-
setClothingItem_Hands
-
setClothingItem_Legs
-
setClothingItem_Feet
-
Dressup
-