Static function
Moderate
Chat.SetConfiguration
Configures the Chat visuals and position
Syntax
Chat.SetConfiguration(screen_location = Vector2D(-25, 0), size = Vector2D(600, 250), anchors_min = Vector2D(1, 0.5), anchors_max = Vector2D(1, 0.5), alignment = Vector2D(1, 0.5), justify = true, show_scrollbar = true)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
screen_location
optional
|
Vector2D | Vector2D(-25, 0) |
— |
size
optional
|
Vector2D | Vector2D(600, 250) |
— |
anchors_min
optional
|
Vector2D | Vector2D(1, 0.5) |
— |
anchors_max
optional
|
Vector2D | Vector2D(1, 0.5) |
— |
alignment
optional
|
Vector2D | Vector2D(1, 0.5) |
— |
justify
optional
|
boolean | true |
— |
show_scrollbar
optional
|
boolean | true |
— |