EventHelperApplyRobResourceFromGrave 方法 |
从坟墓中盗取随机一种类型的资源(威望除外)
命名空间: GameData.Domains.TaiwuEvent.EventHelper程序集: GameData (在 GameData.exe 中) 版本:1.0.0
语法public static bool ApplyRobResourceFromGrave(
int selfCharId,
int targetGraveId,
out sbyte gainedResourceType,
out int gainedResourceCount
)
参数
- selfCharId Int32
- 发起盗墓的角色ID
- targetGraveId Int32
- 目标坟墓ID
- gainedResourceType SByte
- 获取到的资源类型
- gainedResourceCount Int32
- 获取到的资源数量
返回值
Boolean
参见