Documentation

ResourcePackInfoEntry
in package

Table of Contents

$contentId  : string
$encryptionKey  : string
$hasScripts  : bool
$isRtxCapable  : bool
$packId  : string
$sizeBytes  : int
$subPackName  : string
$version  : string
__construct()  : mixed
getContentId()  : string
getEncryptionKey()  : string
getPackId()  : string
getSizeBytes()  : int
getSubPackName()  : string
getVersion()  : string
hasScripts()  : bool
isRtxCapable()  : bool
read()  : self
write()  : void

Properties

Methods

__construct()

public __construct(string $packId, string $version, int $sizeBytes[, string $encryptionKey = "" ][, string $subPackName = "" ][, string $contentId = "" ][, bool $hasScripts = false ][, bool $isRtxCapable = false ]) : mixed
Parameters
$packId : string
$version : string
$sizeBytes : int
$encryptionKey : string = ""
$subPackName : string = ""
$contentId : string = ""
$hasScripts : bool = false
$isRtxCapable : bool = false
Return values
mixed

Search results