Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 621 Bytes

class_variant.rst

File metadata and controls

21 lines (13 loc) · 621 Bytes

Variant

Category: Core

Brief Description

The most important data type in Godot.

Description

A Variant takes up only 20 bytes and can store almost any engine datatype inside of it. Variants are rarely used to hold information for long periods of time, instead they are used mainly for communication, editing, serialization and moving data around.