EventHelperFilterGiftForCharacter 方法 |
筛选角色A身上可以作为礼物赠送给角色B的物品列表
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static void FilterGiftForCharacter(
int sendGiftCharId,
int getGiftCharId,
EventArgBox argBox
)
参数
- sendGiftCharId Int32
- 要赠送礼物的角色id
- getGiftCharId Int32
- 要接收礼物的角色id
- argBox EventArgBox
- 事件的参数盒子
返回值
筛选到的礼物结果列表
异常
参见