BehaviorPackInfoEntry
Table of Contents
-
$contentId
: string
-
$encryptionKey
: string
-
$hasScripts
: 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
-
read()
: self
-
write()
: void
$contentId
private
string
$contentId
$encryptionKey
private
string
$encryptionKey
$hasScripts
private
bool
$hasScripts
$packId
private
string
$packId
$sizeBytes
private
int
$sizeBytes
$subPackName
private
string
$subPackName
$version
private
string
$version
__construct()
public
__construct(string $packId, string $version, int $sizeBytes[, string $encryptionKey = "" ][, string $subPackName = "" ][, string $contentId = "" ][, bool $hasScripts = false ]) : mixed
Parameters
-
$packId
: string
-
-
$version
: string
-
-
$sizeBytes
: int
-
-
$encryptionKey
: string
= ""
-
-
$subPackName
: string
= ""
-
-
$contentId
: string
= ""
-
-
$hasScripts
: bool
= false
-
Return values
mixed
—
getContentId()
public
getContentId() : string
Return values
string
—
getEncryptionKey()
public
getEncryptionKey() : string
Return values
string
—
getPackId()
public
getPackId() : string
Return values
string
—
getSizeBytes()
public
getSizeBytes() : int
Return values
int
—
getSubPackName()
public
getSubPackName() : string
Return values
string
—
getVersion()
public
getVersion() : string
Return values
string
—
hasScripts()
public
hasScripts() : bool
Return values
bool
—
read()
public
static read(PacketSerializer $in) : self
Parameters
-
$in
: PacketSerializer
-
Return values
self
—
write()
public
write(PacketSerializer $out) : void
Parameters
-
$out
: PacketSerializer
-
Return values
void
—