mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #1431 from Omicron666/patch-4
Added escaped spaces to fix inline literals
This commit is contained in:
committed by
mhilbrunner
parent
5ebe614725
commit
3584829ca8
@@ -331,8 +331,8 @@ Built-in types
|
||||
|
||||
Built-in types are stack-allocated. They are passed as values.
|
||||
This means a copy is created on each assignment or when passing them as arguments to functions.
|
||||
The only exceptions are ``Array``s and ``Dictionaries``, which are passed by reference so they are shared.
|
||||
(Not ``PoolArray``s like ``PoolByteArray`` though, those are passed as values too,
|
||||
The only exceptions are ``Array``\ s and ``Dictionaries``, which are passed by reference so they are shared.
|
||||
(Not ``PoolArray``\ s like ``PoolByteArray`` though, those are passed as values too,
|
||||
so consider this when deciding which to use!)
|
||||
|
||||
Basic built-in types
|
||||
|
||||
Reference in New Issue
Block a user