Interface IMapWarpRow
Unit
Declaration
type IMapWarpRow = interface(IInterface)
Description
A row of warp entities
Attributes
- GUID['{579A2AEC-59D0-51EF-88D2-DD68551A8F4C}']
Hierarchy
- IInterface
- IMapWarpRow
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetY: Cardinal; |
![]() |
procedure _SetY(Y: Cardinal); |
![]() |
function _GetTiles: TArray<IMapWarpRowTile>; |
![]() |
procedure _SetTiles(Tiles: TArray<IMapWarpRowTile>); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
![]() |
property Y: Cardinal read _GetY write _SetY; |
![]() |
property Tiles: TArray<IMapWarpRowTile> read _GetTiles write _SetTiles; |
Description
Methods
![]() |
function _GetByteSize: Cardinal; |
|
This item has no description. | |
![]() |
function _GetY: Cardinal; |
|
This item has no description. | |
![]() |
procedure _SetY(Y: Cardinal); |
|
This item has no description. | |
![]() |
function _GetTiles: TArray<IMapWarpRowTile>; |
|
This item has no description. | |
![]() |
procedure _SetTiles(Tiles: TArray<IMapWarpRowTile>); |
|
This item has no description. | |
![]() |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
| |
Properties
![]() |
property ByteSize: Cardinal read _GetByteSize; |
|
The size of the data that this object was deserialized from.
| |
![]() |
property Y: Cardinal read _GetY write _SetY; |
|
| |
![]() |
property Tiles: TArray<IMapWarpRowTile> read _GetTiles write _SetTiles; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
