Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/globals/Nameplate/EntityNameplateCustomization.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ If the alpha value is not given, it will use the vanilla value (as in the access
<TabItem value="overload-1" label="Overload 1">

```lua
setBackgroundColor(rgba)
setBackgroundColor(argb)
```

**Parameters:**
Expand All @@ -259,7 +259,7 @@ setBackgroundColor(rgba)
<TabItem value="overload-2" label="Overload 2">

```lua
setBackgroundColor(r, g, b, a)
setBackgroundColor(a, r, g, b)
```

**Parameters:**
Expand Down