Skip to content
Beelzebub edited this page Oct 31, 2022 · 6 revisions

to get instance of this class call Emojis:Lookup(alias) or Collection:Lookup(alias)

Properties

Name Type Description
parent Emojis The parent instance.
uid string Unicode-codes or uid.

Emoji:Path(assetPack)

Parameter Type Optional
assetPack string

Lookups path
This method only operates on data in memory.

Returns: string


Emoji:URL(assetPack)

Parameter Type Optional
assetPack string

Lookups url
This method only operates on data in memory.

Returns: string


Emoji:Download(assetPack)

Parameter Type Optional
assetPack string

Downloads raw image
This method always make an HTTP request.

Returns: string


Emoji:Material(assetPack, flags)

Parameter Type Optional
assetPack string
flags string

Get IMaterial from cache or download it.
This method may make an HTTP request.

Returns: IMaterial


Clone this wiki locally