Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.09 KB

File metadata and controls

30 lines (20 loc) · 1.09 KB

Documentation


实用函数

import { Func } from "sapi-pro"; //从main导入
import { xxx } from "sapi-pro/func"; //或直接从func导入

玩家相关

  • isAdmin 重要:判断是否管理员,通过自身权限是否等于PlayerPermissionLevel.Operator来判断
  • getAllPlayers 安全获取所有玩家(排除undefined,避免获取到不支持的假人)
  • getPlayerById 根据实体 id 获取玩家
  • getPlayerByName 根据玩家名获取玩家

坐标相关

从sapi-pro 0.4开始,坐标运算已集成到Vector3Utils

其它

欢迎各位贡献更多实用函数或为函数归类