instantiates the SoulsWeapon and binds inputs to the appropriate actions
https://adventure.softleitner.com/manual/item
|
override void | Initialize (CharacterBase character) |
|
void | BindInput (InputAction lightInput, InputAction heavyInput) |
|
void | UnbindInput (InputAction lightInput, InputAction heavyInput) |
|
void | ToggleTwoHand () |
|
override void | Initialize (CharacterBase character) |
|
override bool | CanEquip (InventoryItem inventoryItem, bool clear=true) |
| checks if an inventory item can be equipped
|
|
override void | Equip (InventoryItem inventoryItem) |
| equips an inventory item(if another item is already equipped it is unequipped first)
|
|
override void | Clear () |
| clears the slot of its currently equipped item
|
|
|
SoulsWeaponSlot | Opposite |
|
Transform | Target |
|
bool | IsLeft |
|
int | LayerOffset |
|
T | FallbackItem |
|
◆ applyVisibility()
override void AdventureSouls.SoulsWeaponSlot.applyVisibility |
( |
| ) |
|
|
inlineprotectedvirtual |