Flying Detection
Classes
Section titled “Classes”FlyingDetection
Section titled “FlyingDetection”Defined in: packages/isaacscript-common/src/classes/features/other/FlyingDetection.ts:13
Extends
Section titled “Extends”Feature
Methods
Section titled “Methods”hasFlyingTemporaryEffect()
Section titled “hasFlyingTemporaryEffect()”hasFlyingTemporaryEffect(
player):boolean
Defined in: packages/isaacscript-common/src/classes/features/other/FlyingDetection.ts:34
Helper function to see if the player currently has flying from a temporary effect such as Hanged Man, Bat Wing, and so on.
In order to use this function, you must upgrade your mod with ISCFeature.FLYING_DETECTION.
Parameters
Section titled “Parameters”player
Section titled “player”EntityPlayer
Returns
Section titled “Returns”boolean
