函数的用法
IsDlcReady()
名称 | 类型 | 描述 |
callback | StatusCallback | 回调函数 |
返回:
int
。值为
0
表示函数已完成且没有错误。
初始化可下载内容(DLC)API。初始化完成后,回调函数将提供代码。在调用其他 DLC API 函数之前,请先调用此函数。
GetCount()
int GetCount();
返回:
int
。返回内容的 DLC 发布总数。
GetIsAvailable()
bool GetIsAvailable(int index, out string appId, out bool isAvailable);
名称 | 类型 | 描述 |
index | int | 检查此索引值的 DLC |
appid | out string | 应用程序 AppID 的输出参数 |
isAvailable | out bool | 如果用户购买了 DLC,则输出参数为 TRUE。 |
返回:
bool
。如果正确索引了 DLC,则返回
TRUE
。如果 DLC 索引超出范围,则返回
FALSE
。
检查当前的最终用户账户是否已经购买了 DLC,并可按
index
和
appid
进行搜索。