Interface IWeight
Unit
Declaration
type IWeight = interface(IInterface)
Description
Current carry weight and maximum carry capacity of a player
Attributes
- GUID['{5531DA1E-1A2C-500F-B781-629F8F0EAE27}']
Hierarchy
- IInterface
- IWeight
Overview
Methods
![]() |
function GetByteSize: Cardinal; |
![]() |
function GetCurrent: Cardinal; |
![]() |
procedure SetCurrent(Current: Cardinal); |
![]() |
function GetMax: Cardinal; |
![]() |
procedure SetMax(Max: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
Properties
![]() |
property ByteSize: Cardinal read GetByteSize; |
![]() |
property Current: Cardinal read GetCurrent write SetCurrent; |
![]() |
property Max: Cardinal read GetMax write SetMax; |
Description
Methods
![]() |
function GetByteSize: Cardinal; |
This item has no description. |
![]() |
function GetCurrent: Cardinal; |
This item has no description. |
![]() |
procedure SetCurrent(Current: Cardinal); |
This item has no description. |
![]() |
function GetMax: Cardinal; |
This item has no description. |
![]() |
procedure SetMax(Max: Cardinal); |
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 Current: Cardinal read GetCurrent write SetCurrent; |
|
![]() |
property Max: Cardinal read GetMax write SetMax; |
|
Generated by PasDoc 0.16.0-snapshot.