Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

walkCtx [-crouchCount float] [-walkHeight float] [-walkSensitivity float] [-walkSpeed float] [-walkToolHud boolean]

walkCtx is undoable, queryable, and editable.

This command can be used to create, edit, or query a walk context.

Return value

stringThe name of the context

In query mode, return type is based on queried flag.

Flags

crouchCount, walkHeight, walkSensitivity, walkSpeed, walkToolHud
Long name (short name) Argument types Properties
-walkToolHud(-wth) boolean createqueryedit
Control whether show walk tool HUD.
-walkSpeed(-ws) float createqueryedit
The camera move speed.
-walkHeight(-wh) float createqueryedit
The camera initial height.
-walkSensitivity(-wsv) float createqueryedit
The camera rotate sensitivity.
-crouchCount(-wcc) float createqueryedit
The camera crouch count.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

walkCtx -ws 2.0 walkContext;