Record TMapTimedEffectHelper

Hierarchy
Fields
Properties

Unit

Declaration

type TMapTimedEffectHelper = record helper for TMapTimedEffect

Description

Helper for the TMapTimedEffect enum type.

Overview

Methods

Public class function FromInt(Value: Cardinal): TMapTimedEffect; static; inline;
Public function ToInt: Cardinal; inline;
Public function ToString: string;

Description

Methods

Public class function FromInt(Value: Cardinal): TMapTimedEffect; static; inline;

Converts an ordinal value to a TMapTimedEffect enum value.

Parameters
Value
The ordinal value to convert
Returns

A TMapTimedEffect enum value from the given ordinal value

Public function ToInt: Cardinal; inline;

Converts the TMapTimedEffect enum value to its corresponding ordinal value.

Note
Protocol enums may hold out-of-bounds "unrecognized" values, which would cause range-checking errors with Ord.
ToInt is safe to use with range-checking enabled.

Returns

The ordinal representation of the TMapTimedEffect value

Public function ToString: string;

Converts the TMapTimedEffect enum value to its string representation.

Returns

The string representation of the TMapTimedEffect value


Generated by PasDoc 0.16.0-snapshot.