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.
