点击或拖拽改变大小

EventHelperCheckSecretInformationRelationship 方法

检查秘闻定义的两人间关系 返回一个 SecretInformationRelationshipType 类型的集合 其中包含 targetCharacterIdcharacterId 的关系 (如 targetCharacterId 是 characterId 的亲友)

此方法等于 CheckSecretInformationRelationshipWithSnapshot(Int32, Int32, Int32, Int32) 的特殊情况


命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static HashSet<SecretInformationRelationshipType> CheckSecretInformationRelationship(
	int characterId,
	int targetCharacterId
)

参数

characterId  Int32
自身角色 Id
targetCharacterId  Int32
目标角色 Id

返回值

HashSetSecretInformationRelationshipType
参见