class_int.rst 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_int:
  4. int
  5. ===
  6. **Category:** Built-In Types
  7. Brief Description
  8. -----------------
  9. Integer built-in type.
  10. Member Functions
  11. ----------------
  12. +------------------------+--------------------------------------------------------------------------+
  13. | :ref:`int<class_int>` | :ref:`int<class_int_int>` **(** :ref:`bool<class_bool>` from **)** |
  14. +------------------------+--------------------------------------------------------------------------+
  15. | :ref:`int<class_int>` | :ref:`int<class_int_int>` **(** :ref:`float<class_float>` from **)** |
  16. +------------------------+--------------------------------------------------------------------------+
  17. | :ref:`int<class_int>` | :ref:`int<class_int_int>` **(** :ref:`String<class_string>` from **)** |
  18. +------------------------+--------------------------------------------------------------------------+
  19. Description
  20. -----------
  21. Integer built-in type.
  22. Member Function Description
  23. ---------------------------
  24. .. _class_int_int:
  25. - :ref:`int<class_int>` **int** **(** :ref:`bool<class_bool>` from **)**
  26. .. _class_int_int:
  27. - :ref:`int<class_int>` **int** **(** :ref:`float<class_float>` from **)**
  28. .. _class_int_int:
  29. - :ref:`int<class_int>` **int** **(** :ref:`String<class_string>` from **)**