Skip to content
On this page

AthenaClient.rmlui.staticText ​

Functions ​

remove ​

Usage

AthenaClient.rmlui.staticText.remove(uid): void

Remove static text based on uid. Marks for deletion, and then removes it.

Parameters ​

NameTypeDescription
uidstringA unique string

Returns ​

void

Defined in ​

client/rmlui/staticText/index.ts:121


upsert ​

Usage

AthenaClient.rmlui.staticText.upsert(drawable): void

Create in-world static text. If the same uid is used it will simply replace the object.

Parameters ​

NameType
drawableStaticTextInfo

Returns ​

void

Defined in ​

client/rmlui/staticText/index.ts:90

Created by Stuyk | Est. 2020