Flying Detection
Hierarchy
-
Feature
↳
FlyingDetection
Methods
hasFlyingTemporaryEffect
▸ hasFlyingTemporaryEffect(player
): boolean
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
Name | Type |
---|---|
player | EntityPlayer |
Returns
boolean
Defined in
packages/isaacscript-common/src/classes/features/other/FlyingDetection.ts:34