Skip to content

Annonymous structs

Annonymous structs are tables with specific keys and values. They are primarily used to interface with the PewPew Live API.

let playerConfig = struct{
shield = 5,
camera_distance = -150f
}
Pewpew:ConfigurePlayer(0, playerConfig)