dync classref with current source

This commit is contained in:
Rémi Verschelde
2019-06-29 12:36:34 +02:00
parent 7d1e807f69
commit 05d7b34796
349 changed files with 3655 additions and 2920 deletions

View File

@@ -137,7 +137,7 @@ Method Descriptions
- :ref:`float<class_float>` **get_margin** **(** :ref:`Margin<enum_@GlobalScope_Margin>` margin **)** const
Returns the content margin offset for the specified margin
Returns the content margin offset for the specified margin.
Positive values reduce size inwards, unlike :ref:`Control<class_Control>`'s margin values.
@@ -151,7 +151,7 @@ Returns the minimum size that this stylebox can be shrunk to.
- :ref:`Vector2<class_Vector2>` **get_offset** **(** **)** const
Returns the "offset" of a stylebox, this is a helper function, like writing ``Vector2(style.get_margin(MARGIN_LEFT), style.get_margin(MARGIN_TOP))``.
Returns the "offset" of a stylebox. This helper function returns a value equivalent to ``Vector2(style.get_margin(MARGIN_LEFT), style.get_margin(MARGIN_TOP))``.
.. _class_StyleBox_method_test_mask: