EventHelperCheckParentAbandonNewbornChild 方法 |
检查指定父母是否会遗弃其新生儿
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static bool CheckParentAbandonNewbornChild(
int motherCharId,
int fatherCharId
)
参数
- motherCharId Int32
- 母亲的角色ID,该角色可以已死亡
- fatherCharId Int32
- 父亲的角色ID,该角色可以已死亡
返回值
Boolean
参见