| 338 | } |
| 339 | |
| 340 | Vec2F ActiveItem::handPosition(Vec2F const& offset) const { |
| 341 | return armPosition(offset + owner()->handOffset(hand(), owner()->facingDirection())); |
| 342 | } |
| 343 | |
| 344 | LuaCallbacks ActiveItem::makeActiveItemCallbacks() { |
| 345 | LuaCallbacks callbacks; |
nothing calls this directly
no test coverage detected