Class TWeight
Unit
Declaration
type TWeight = class(TInterfacedObject, IWeight)
Description
Current carry weight and maximum carry capacity of a player
Hierarchy
- TInterfacedObject
- TWeight
Overview
Methods
![]() |
function _GetByteSize: Cardinal; |
![]() |
function _GetCurrent: Cardinal; |
![]() |
procedure _SetCurrent(Current: Cardinal); |
![]() |
function _GetMax: Cardinal; |
![]() |
procedure _SetMax(Max: Cardinal); |
![]() |
procedure Serialize(Writer: TEoWriter); |
![]() |
class function Deserialize(Reader: TEoReader): TWeight; |
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
| |
![]() |
class function Deserialize(Reader: TEoReader): TWeight; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object | |
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.
