game2006/README.md
aozhiwei d315401599 1
2024-01-27 22:19:49 +08:00

16 lines
970 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 拾取逻辑(涵盖上机甲)
| 函数名 | 函数说明 | 返回值 | 输出参数1 | 输出参数2 | 输出参数3 |
|------------------|--------------------------|--------------------------------------|----------------------|-----------|-----------|
| SearchPickupObj | 查询可以拾取的对象 | 0:无可拾取对象 1:机甲 2:宝箱 3其他 | out_point0对象坐标 | | |
| PickupObjIsValid | 可拾取对象当前是否有效 | true: 有效 false:已失效 | | | |
| AbandonPickup | 放弃拾取当前物件一段时间 | | | | |
| Pickup | 开始拾取 | BT_FAILURE:失败 BT_SUCCESS:成功 | | | |
# 观战
SMJoinedNotify
SMMapInfo
SMUiUpdate