Record TMapDamageTypeHelper
Unit
Declaration
type TMapDamageTypeHelper = record helper for TMapDamageType
Description
Helper for the TMapDamageType enum type.
Overview
Methods
class function FromInt(Value: Cardinal): TMapDamageType; static; inline; |
|
function ToInt: Cardinal; inline; |
|
function ToString: string; |
Description
Methods
class function FromInt(Value: Cardinal): TMapDamageType; static; inline; |
|
Converts an ordinal value to a TMapDamageType enum value. Parameters
ReturnsA TMapDamageType enum value from the given ordinal value |
function ToInt: Cardinal; inline; |
|
Converts the TMapDamageType enum value to its corresponding ordinal value.
ReturnsThe ordinal representation of the TMapDamageType value |
function ToString: string; |
|
Converts the TMapDamageType enum value to its string representation. ReturnsThe string representation of the TMapDamageType value |
Generated by PasDoc 0.16.0-snapshot.