点击或拖拽改变大小

EventHelperSetCharacterCustomName 方法

设置指定角色的名字

命名空间: GameData.Domains.TaiwuEvent.EventHelper
程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法
C#
public static void SetCharacterCustomName(
	Character character,
	int parentId,
	string customGivenName
)

参数

character  Character
需要设置名字的角色对象
parentId  Int32
主导姓氏的父母Id
customGivenName  String
自定义名字符串
参见