API:SPoint
From STNE Wiki
(Difference between revisions)
(New Entry to the API-Category) |
|||
| Line 1: | Line 1: | ||
| - | {{ | + | {{apiMenu}} |
The SPoint structure represents a Coordinate in a 2-dimensional-grid. | The SPoint structure represents a Coordinate in a 2-dimensional-grid. | ||
| Line 10: | Line 10: | ||
It has also a few Functions and Properties. | It has also a few Functions and Properties. | ||
| - | + | {| | |
| + | !Function | ||
| + | !Parameter | ||
| + | !Description | ||
| + | !Return | ||
| + | |} | ||
[[Category:API]] | [[Category:API]] | ||
Revision as of 19:49, 25 January 2021
| Scripting Portal | Contents | API Reference | Index |
|---|
The SPoint structure represents a Coordinate in a 2-dimensional-grid.
It is defined with a X-Coordinate and a Y-Coordinate, both as Integers.
Example:
Var point As New SPoint(5,5);
It has also a few Functions and Properties.
| Function | Parameter | Description | Return |
|---|