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