Table of Contents

Class MegaGoTargetLoadResult

Пространство имен
easyar

Результат загрузки target в Mega Go.

MegaGoTargetLoadResult

Методы

status

Состояние загрузки.

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()

Возвращаемое значение

Тип Описание
MegaGoTargetLoadStatus

blockInfo

Информация о блоках в архиве с картой. Доступна только при значении status, равном Success.

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()

Возвращаемое значение

Тип Описание
Optional<MegaGoBlockInfo>