|
8 | 8 | --8<-- "docs/snippets/EntityClassDiagram_NewFunkyMode.md" |
9 | 9 | ## Functions |
10 | 10 |
|
11 | | -### AddAquariusTearFlags () {: aria-label='Functions' } |
12 | | -#### void GetAquariusTearFlags ( [TearFlags](https://wofsauge.github.io/IsaacDocs/rep/enums/TearFlags.html) ) {: .copyable aria-label='Functions' } |
13 | | -???+ info "Aquarius creep only" |
14 | | - Only works for `EffectVariant.PLAYER_CREEP_HOLYWATER_TRAIL` |
| 11 | +### AddTearFlags () {: aria-label='Functions' } |
| 12 | +#### void AddTearFlags ( [TearFlags](https://wofsauge.github.io/IsaacDocs/rep/enums/TearFlags.html) ) {: .copyable aria-label='Functions' } |
| 13 | +???+ info "Applicable effects only" |
| 14 | + Only works for `EffectVariant.PLAYER_CREEP_HOLYWATER_TRAIL`, `EffectVariant.BRIMSTONE_BALL`, `EffectVariant.TECH_DOT`, and `EffectVariant.CHAIN_LIGHTNING`. |
15 | 15 |
|
16 | 16 | ___ |
17 | | -### ClearAquariusTearFlags () {: aria-label='Functions' } |
18 | | -#### void GetAquariusTearFlags ( ) {: .copyable aria-label='Functions' } |
19 | | -???+ info "Aquarius creep only" |
20 | | - Only works for `EffectVariant.PLAYER_CREEP_HOLYWATER_TRAIL` |
| 17 | +### ClearTearFlags () {: aria-label='Functions' } |
| 18 | +#### void ClearTearFlags ( ) {: .copyable aria-label='Functions' } |
| 19 | +???+ info "Applicable effects only" |
| 20 | + Only works for `EffectVariant.PLAYER_CREEP_HOLYWATER_TRAIL`, `EffectVariant.BRIMSTONE_BALL`, `EffectVariant.TECH_DOT`, and `EffectVariant.CHAIN_LIGHTNING`. |
21 | 21 |
|
22 | 22 | ___ |
23 | 23 | ### CreateLight () {: aria-label='Functions' } |
|
30 | 30 | #### [EntityEffect](EntityEffect.md) CreateLootPreview ( [Vector](Vector.md) Position, [EntityPickup](EntityPickup.md) Owner, [EntityEffect](EntityEffect.md) Effect ) {: .copyable aria-label='Functions' } |
31 | 31 |
|
32 | 32 | ___ |
33 | | -### GetAquariusTearFlags () {: aria-label='Functions' } |
34 | | -#### [TearFlags](https://wofsauge.github.io/IsaacDocs/rep/enums/TearFlags.html) GetAquariusTearFlags ( ) {: .copyable aria-label='Functions' } |
35 | | -???+ info "Aquarius creep only" |
36 | | - Only works for `EffectVariant.PLAYER_CREEP_HOLYWATER_TRAIL` |
| 33 | +### GetGridEntityDesc () {: aria-label='Functions' } |
| 34 | +#### [GridEntityDesc](https://wofsauge.github.io/IsaacDocs/rep/GridEntityDesc.html) GetGridEntityDesc ( ) {: .copyable aria-label='Functions' } |
| 35 | +???+ info "Applicable effects only" |
| 36 | + Only works for `EffectVariant.GRID_ENTITY_PROJECTILE_HELPER`. |
37 | 37 |
|
38 | 38 | ___ |
39 | | -### HasAquariusTearFlags () {: aria-label='Functions' } |
40 | | -#### boolean GetAquariusTearFlags ( [TearFlags](https://wofsauge.github.io/IsaacDocs/rep/enums/TearFlags.html) ) {: .copyable aria-label='Functions' } |
41 | | -???+ info "Aquarius creep only" |
42 | | - Only works for `EffectVariant.PLAYER_CREEP_HOLYWATER_TRAIL` |
| 39 | +### GetTearFlags () {: aria-label='Functions' } |
| 40 | +#### [TearFlags](https://wofsauge.github.io/IsaacDocs/rep/enums/TearFlags.html) GetTearFlags ( ) {: .copyable aria-label='Functions' } |
| 41 | +???+ info "Applicable effects only" |
| 42 | + Only works for `EffectVariant.PLAYER_CREEP_HOLYWATER_TRAIL`, `EffectVariant.BRIMSTONE_BALL`, `EffectVariant.TECH_DOT`, and `EffectVariant.CHAIN_LIGHTNING`. |
43 | 43 |
|
44 | 44 | ___ |
45 | | -### SetAquariusTearFlags () {: aria-label='Functions' } |
46 | | -#### void GetAquariusTearFlags ( [TearFlags](https://wofsauge.github.io/IsaacDocs/rep/enums/TearFlags.html) ) {: .copyable aria-label='Functions' } |
47 | | -???+ info "Aquarius creep only" |
48 | | - Only works for `EffectVariant.PLAYER_CREEP_HOLYWATER_TRAIL` |
| 45 | +### HasTearFlags () {: aria-label='Functions' } |
| 46 | +#### boolean HasTearFlags ( [TearFlags](https://wofsauge.github.io/IsaacDocs/rep/enums/TearFlags.html) ) {: .copyable aria-label='Functions' } |
| 47 | +???+ info "Applicable effects only" |
| 48 | + Only works for `EffectVariant.PLAYER_CREEP_HOLYWATER_TRAIL`, `EffectVariant.BRIMSTONE_BALL`, `EffectVariant.TECH_DOT`, and `EffectVariant.CHAIN_LIGHTNING`. |
| 49 | + |
| 50 | +___ |
| 51 | +### SetTearFlags () {: aria-label='Functions' } |
| 52 | +#### void SetTearFlags ( [TearFlags](https://wofsauge.github.io/IsaacDocs/rep/enums/TearFlags.html) ) {: .copyable aria-label='Functions' } |
| 53 | +???+ info "Applicable effects only" |
| 54 | + Only works for `EffectVariant.PLAYER_CREEP_HOLYWATER_TRAIL`, `EffectVariant.BRIMSTONE_BALL`, `EffectVariant.TECH_DOT`, and `EffectVariant.CHAIN_LIGHTNING`. |
49 | 55 |
|
50 | 56 | ___ |
0 commit comments