Interface ILuaGameCharacterAttachedItems
- All Known Subinterfaces:
ILuaGameCharacter
- All Known Implementing Classes:
IsoAnimal, IsoDummyCameraCharacter, IsoGameCharacter, IsoLivingCharacter, IsoLuaCharacter, IsoLuaMover, IsoPlayer, IsoSurvivor, IsoZombie, RandomizedBuildingBase.HumanCorpse
public interface ILuaGameCharacterAttachedItems
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetAttachedItem(String location) voidvoidsetAttachedItem(String location, InventoryItem item) voidsetAttachedItems(AttachedItems other)
-
Method Details
-
getAttachedItems
AttachedItems getAttachedItems() -
setAttachedItems
-
getAttachedItem
-
setAttachedItem
-
removeAttachedItem
-
clearAttachedItems
void clearAttachedItems() -
getAttachedLocationGroup
AttachedLocationGroup getAttachedLocationGroup()
-