G SkillPropertyFloat

From ZDoom Wiki
Revision as of 18:54, 15 January 2021 by Blue Shadow (talk | contribs) (General update)
Jump to navigation Jump to search

static double G_SkillPropertyFloat (int p)

Usage

Retrieves the value of the current skill's specified property.

This function is used with properties that are represented by floating-point values. For properties that are represented by integer or boolean values, see G_SkillPropertyInt.

Parameters

  • p: the property whose value to retrieve, which can be one of the following:

Examples

Nuvolachalk.png Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated.