mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Fix wording variant doc (#940)
* fix wording variant doc * Update variant_class.rst * Update variant_class.rst
This commit is contained in:
@@ -18,7 +18,7 @@ A Variant can:
|
||||
- Store almost any datatype
|
||||
- Perform operations between many variants (GDScript uses Variant as
|
||||
its atomic/native datatype).
|
||||
- Be hashed, so it can be compared quickly to over variants
|
||||
- Be hashed, so it can be compared quickly to other variants
|
||||
- Be used to convert safely between datatypes
|
||||
- Be used to abstract calling methods and their arguments (Godot
|
||||
exports all its functions through variants)
|
||||
|
||||
Reference in New Issue
Block a user