getStaticFileUrl

fun getStaticFileUrl(path: String, test: Boolean = false): String(source)

Get the URL of a static asset in Tibia.com.

Parameters

path

The path to the asset.

test

Whether to use the testing version of Tibia.com or not.


fun getStaticFileUrl(vararg path: String, test: Boolean = false): String(source)

Get the URL of a static asset in Tibia.com.

Parameters

path

The path to the asset, represented as an array of directories with the filename at the end.

test

Whether to use the testing version of Tibia.com or not.