Table of Contents

Class MegaGoTargetLoadResult

Namespace
easyar

Mega Go 加载 target 的结果。

注:由于“Mega Go”和“target”为英文,按照要求未进行翻译,句子整体在德语中表达习惯上语序等可能有差异,但为严格保持原文格式,未做调整。

MegaGoTargetLoadResult

Methoden

status

Ladezustand.

easyar_MegaGoTargetLoadStatus easyar_MegaGoTargetLoadResult_status(const easyar_MegaGoTargetLoadResult * This)
MegaGoTargetLoadStatus status()
public int status()
fun status(): Int
- (easyar_MegaGoTargetLoadStatus)status
public func status() -> MegaGoTargetLoadStatus
public virtual MegaGoTargetLoadStatus status()

Rückgabewert

Typ Beschreibung
MegaGoTargetLoadStatus

blockInfo

Block-Informationen im Kartenzip-Archiv. Enthält nur Werte, wenn der Status "Success" ist.

void easyar_MegaGoTargetLoadResult_blockInfo(const easyar_MegaGoTargetLoadResult * This, easyar_OptionalOfMegaGoBlockInfo * Return)
std::optional<std::shared_ptr<MegaGoBlockInfo>> blockInfo()
public @Nullable MegaGoBlockInfo blockInfo()
fun blockInfo(): MegaGoBlockInfo?
- (easyar_MegaGoBlockInfo *)blockInfo
public func blockInfo() -> MegaGoBlockInfo?
public virtual Optional<MegaGoBlockInfo> blockInfo()

Rückgabewert

Typ Beschreibung
Optional<MegaGoBlockInfo>