7月31日同步更新

This commit is contained in:
MCNeteaseDevs
2025-07-31 17:53:14 +08:00
parent f5c6bdba2e
commit cf061270d3
799 changed files with 27437 additions and 494 deletions

View File

@@ -0,0 +1,26 @@
---
sidebarDepth: 1
---
# 玩家基础属性零件PlayerBasicPart
## 概述
- 描述
玩家基础属性零件
- 成员变量
| 变量名 | <div style="width: 4em">数据类型</div> | 说明 |
| :--- | :--- | :--- |
| attackDamage | float | 攻击力 |
| healthMax | float | 生命上限 |
| disableHunger | bool | 是否锁定饥饿值 |
| spawnPos | tuple(float,float,float) | 玩家复活点 |
| nameDeeptest | bool | 名字是否透视 |
| showName | bool | 是否在头顶显示名字 |