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