点击或拖拽改变大小

EventHelperFilterGiftForCharacter 方法

筛选角色A身上可以作为礼物赠送给角色B的物品列表

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static void FilterGiftForCharacter(
	int sendGiftCharId,
	int getGiftCharId,
	EventArgBox argBox
)

参数

sendGiftCharId  Int32
要赠送礼物的角色id
getGiftCharId  Int32
要接收礼物的角色id
argBox  EventArgBox
事件的参数盒子

返回值

筛选到的礼物结果列表
异常
异常条件
Exception没有找到存活的有效角色
参见