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 ​
Name | Type | Description |
---|---|---|
uid | string | A 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 ​
Name | Type |
---|---|
drawable | StaticTextInfo |
Returns ​
void