Class MegaGoBlockInfo
- Espaço de nomes
- easyar
Informações de block no pacote de mapa Mega Go.
MegaGoBlockInfo
Métodos
isTrial
Indica se é um block de avaliação.
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()
Retorna
| Tipo | Descrição |
|---|---|
| Boolean |
appId
O AppID do block do mapa.
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()
Retorna
| Tipo | Descrição |
|---|---|
| String |
blockId
O ID do block do mapa.
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()
Retorna
| Tipo | Descrição |
|---|---|
| String |
name
O nome do block do mapa.
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()
Retorna
| Tipo | Descrição |
|---|---|
| String |