staticFileUrl

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

Url for 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 staticFileUrl(vararg path: String, test: Boolean = false): String(source)

URL for 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.