Table of Contents

Class MegaGoBlockInfo

Namespace
easyar

Block information in the Mega Go map compressed package.

MegaGoBlockInfo

Methods

isTrial

Whether it is a trial version block.

bool easyar_MegaGoBlockInfo_isTrial(const easyar_MegaGoBlockInfo * This)
bool isTrial()
public boolean isTrial()
fun isTrial(): Boolean
- (bool)isTrial
public func isTrial() -> Bool
public virtual bool isTrial()

Returns

Type Description
Boolean

appId

AppID of the map block.

void easyar_MegaGoBlockInfo_appId(const easyar_MegaGoBlockInfo * This, easyar_String * * Return)
std::string appId()
public java.lang.@Nonnull String appId()
fun appId(): String
- (NSString *)appId
public func appId() -> String
public virtual string appId()

Returns

Type Description
String

blockId

The ID of the map block.

void easyar_MegaGoBlockInfo_blockId(const easyar_MegaGoBlockInfo * This, easyar_String * * Return)
std::string blockId()
public java.lang.@Nonnull String blockId()
fun blockId(): String
- (NSString *)blockId
public func blockId() -> String
public virtual string blockId()

Returns

Type Description
String

name

The name of the map block.

void easyar_MegaGoBlockInfo_name(const easyar_MegaGoBlockInfo * This, easyar_String * * Return)
std::string name()
public java.lang.@Nonnull String name()
fun name(): String
- (NSString *)name
public func name() -> String
public virtual string name()

Returns

Type Description
String