OnPCCashShop相关Filter及Event [聽風] #695
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
*OnPCCashShopOpenFilter:
打开商城前触发过滤器 [聽風]
中断说明:
中断后服务端会无视本次打开商城的请求
*OnPCCashShopBuyFilter:
点击购买按钮后还没有扣除CASH点数和拿到物品前触发过滤器 [聽風]
中断说明:
中断后服务端会无视本次购买请求
参数说明:
@cashshop_nameid[] 购买物品的ID
@cashshop_quantity[] 购买物品的数量
@cashshop_price[] 购买物品的单价
@cashshop_type[] 购买物品在商城中栏目类型
@cashshop_kafra 购买总共使用的卡普拉点数
@cashshop_count 总共购买物品种类(数组长度)
*OnPCCashShopBuyEvent:
事件关联:
关联到商城购买成功的玩家
携带参数:
@cashshop_nameid[] 购买物品的ID
@cashshop_quantity[] 购买物品的数量
@cashshop_price[] 购买物品的单价
@cashshop_type[] 购买物品在商城中栏目类型
@cashshop_kafra 购买总共使用的卡普拉点数
@cashshop_count 总共购买物品种类(数组长度)
*OnPCCashShopCloseEvent:
事件关联:
关联到关闭商城的玩家