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