Skip to content

Bool

Represents true | false.

Booleans (for most intents and purposes)(1) cost 1/8th of a byte to send over the network.

  1. To learn more about how Light's Bitpacking works, check out The Internals Blog on the topic.

local light.datatypes.bool

Client Server Shared
local bool: true | false