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