anchored method

Execute anchored(
  1. Facing anchor
)

Sets the execution position(^ ^ ^) to the eyes or the feet.

Implementation

Execute anchored(Facing anchor) {
  return _addArgumentRet('anchored ${anchor.name}');
}