C# Class FSO.Common.Content.ContentID

Represents the ID of a content resource. Consists of two parts: TypeID (uint) and FileID (uint).
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
FileID uint
TypeID uint

Méthodes publiques

Méthode Description
ContentID ( long v ) : System
ContentID ( uint typeID, uint fileID ) : System

Creates a new ContentID instance.

Shift ( ) : ulong

Method Details

ContentID() public méthode

public ContentID ( long v ) : System
v long
Résultat System

ContentID() public méthode

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.
Résultat System

Shift() public méthode

public Shift ( ) : ulong
Résultat ulong

Property Details

FileID public_oe property

public uint FileID
Résultat uint

TypeID public_oe property

public uint TypeID
Résultat uint