SAdefault

检查点 Checkpoint

竞速检查点

sa · 扩展 default · SCM 原生命令

共 4 条。写法见 Lua / Redux

创建

CREATE_CHECKPOINT · 06D5
Checkpoint.Create

创建竞速 / 飞行风格的红色检查点。

06D5 CREATE_CHECKPOINT
in: type, x, y, z, pointX, pointY, pointZ, radius
out: handle

删除

DELETE_CHECKPOINT · 06D6
Checkpoint.Delete

删除检查点。

06D6 DELETE_CHECKPOINT
in: self

改坐标

SET_CHECKPOINT_COORDS · 07F3
Checkpoint.SetCoords

改检查点坐标。

07F3 SET_CHECKPOINT_COORDS
in: self, x, y, z

朝向

SET_CHECKPOINT_HEADING · 0996
Checkpoint.SetHeading

设检查点朝向。

0996 SET_CHECKPOINT_HEADING
in: self, heading

On this page