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