SAdefault

船只 Boat

船移动 / 巡航 / 锚泊

sa · 扩展 default · SCM 原生命令

共 4 条。写法见 Lua / Redux

驶向坐标

BOAT_GOTO_COORDS · 02D3
Boat.Goto

让船驶向坐标。

02D3 BOAT_GOTO_COORDS
in: self, x, y, z

停船

BOAT_STOP · 02D4
Boat.Stop

停船(关动力)。

02D4 BOAT_STOP
in: self

巡航速度

SET_BOAT_CRUISE_SPEED · 02DB
Boat.SetCruiseSpeed

设船巡航 / 最大速度。

02DB SET_BOAT_CRUISE_SPEED
in: self, maxSpeed

锚泊

ANCHOR_BOAT · 0323
Boat.Anchor

锚泊:船在水上基本不动。

0323 ANCHOR_BOAT
in: self, state

On this page