planMove
planMove(
__namedParameters,into):boolean
Defined in: packages/engine/src/gameplay/physics/movement.ts:43
Writes the translation to ask the controller for into into, or answers
false where she stands still. Standing, she is left where she is: the
controller nudges her off whatever it touches by a tenth of a millimetre
a step, and down a slope that walks her away at centimetres a second.
She is walked all the same until a step has read her floor. A
jump leaves the ground only from it, standing or walking; one asked for
in the air is dropped.
ponytail: nothing moves a standing actor, which is wrong once a platform
can carry her.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
__namedParameters |
MoveRequest |
into |
Vector |
Returns
Section titled “Returns”boolean