EventHelperCreateForcedToFollowCharacter 方法 |
生成巢穴奇遇中被迫屈服的角色
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static Character CreateForcedToFollowCharacter(
short areaId,
sbyte gender,
short adventureId
)
参数
- areaId Int16
- 区域的ID
- gender SByte
- 人物的性别
- adventureId Int16
- 对应巢穴奇遇的模板Id
返回值
Character生成的角色,需要手动添加到同道
参见