TaiwuEventGetModData(String, Boolean, Int32) 方法 |
获取 Int 类型数据
命名空间: GameData.Domains.TaiwuEvent程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public bool GetModData(
string dataName,
bool isArchive,
ref int val
)
参数
- dataName String
- 数据名
- isArchive Boolean
- 该数据是否存档
- val Int32
- 数据的值
返回值
Boolean是否获取成功
参见