Skip to main content

Server TitleFile API Reference

PGOS provides a file management system which manages files in title-wide. The title file information can be accessed by the game client and game server, and the game can choose to download them using the obtained URLs.

API List

APIDescription
GetTitleFileInfoQuery the title file informations of the specified file paths.

API Details

GetTitleFileInfo

Query the title file informations of the specified file paths.

/// <summary>Query the title file informations of the specified file paths.</summary>
/// <param name="pgos_params">The parameter to get title file info.</param>
public void GetTitleFileInfo(GetTitleFileInfoParams pgos_params, TitleFileDelegate0 callback);

Parameters:

ParamTypeDescription
pgos_paramsGetTitleFileInfoParamsThe parameter to get title file info.
callbackTitleFileDelegate0

Return: void

All Delegates

public delegate void TitleFileDelegate0(PgosResult a0, GetTitleFileInfoResult a1);

Type Reference: