big_manipulator_hand
Manipulator hand. Effect we animate to show that the manipulator is working and moving something.
Vars | |
icon_overlay | Var to icon that used as overlay on manipulator claw to show what item it grabs. |
---|---|
item_in_my_claw | We get item from big manipulator and takes its icon to create overlay. |
Procs | |
calculate_item_offset | Calculate x and y coordinates so that the item icon appears in the claw and not somewhere in the corner. |
update_claw | Updates item that is in the claw. |
Var Details
icon_overlay
Var to icon that used as overlay on manipulator claw to show what item it grabs.
item_in_my_claw
We get item from big manipulator and takes its icon to create overlay.
Proc Details
calculate_item_offset
Calculate x and y coordinates so that the item icon appears in the claw and not somewhere in the corner.
update_claw
Updates item that is in the claw.