C# Class FSO.Common.Content.ContentID

Represents the ID of a content resource. Consists of two parts: TypeID (uint) and FileID (uint).
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
FileID uint
TypeID uint

Public Methods

Method Description
ContentID ( long v ) : System
ContentID ( uint typeID, uint fileID ) : System

Creates a new ContentID instance.

Shift ( ) : ulong

Method Details

ContentID() public method

public ContentID ( long v ) : System
v long
return System

ContentID() public method

Creates a new ContentID instance.
public ContentID ( uint typeID, uint fileID ) : System
typeID uint The TypeID of the content resource.
fileID uint The FileID of the content resource.
return System

Shift() public method

public Shift ( ) : ulong
return ulong

Property Details

FileID public_oe property

public uint FileID
return uint

TypeID public_oe property

public uint TypeID
return uint