| 4181 | } |
| 4182 | |
| 4183 | void MovementObject::UpdateWeapons() { |
| 4184 | character_script_getter.ItemsChanged(rigged_object_->GetWieldedItemRefs()); |
| 4185 | reaction_script_getter.ItemsChanged(rigged_object_->GetWieldedItemRefs()); |
| 4186 | } |
| 4187 | |
| 4188 | void MovementObject::AttachItemToSlot(int which, AttachmentType type, bool mirrored) { |
| 4189 | AttachItemToSlotAttachmentRef(which, type, mirrored, NULL, true); |
nothing calls this directly
no test coverage detected