mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fixed code tags for true/false/null and a few property references
This commit is contained in:
@@ -33,7 +33,7 @@ You would use it instead of the ``as`` operator if you are pretty sure it won't
|
||||
|
||||
**Using the AS operator**
|
||||
|
||||
The ``as`` operator returns null if the node cannot be cast to Sprite,
|
||||
The ``as`` operator returns ``null`` if the node cannot be cast to Sprite,
|
||||
and for that reason, it cannot be used with value types.
|
||||
|
||||
.. code-block:: csharp
|
||||
|
||||
Reference in New Issue
Block a user