zCPFXController¶
Quick Infos
Type: Virtual Object
Format Name: ZenGin Archive
File Extension: .ZEN
Class Name: zCPFXControler
Version Identifiers:
— Gothic I: 12289
— Gothic II: 52224
ZenKit Class: VParticleEffectController
Sources:
— spacerhilfedatei.sph
— gothic-library.ru
A particle system in virtual space. Its effect can be activated and deactivated using the OnTrigger
and OnUntrigger
events.
- zCVob
- zCEffect
- zCPFXController
- pfxName = ""
- killVobWhenDone = TRUE
- pfxStartOn = TRUE
- zCVob
- zCEffect
- zCPFXController
- pfxName = ""
- killVobWhenDone = TRUE
- pfxStartOn = TRUE
- zCVob
- zCEffect
- zCPFXController
- pfxName = ""
- killVobWhenDone = TRUE
- pfxStartOn = TRUE
- zCVob
- zCEffect
- zCPFXController
- pfxName = ""
- killVobWhenDone = TRUE
- pfxStartOn = TRUE
Properties¶
pfxName
¶
- The name of the particle effect. Corresponds to a
.ZEN
file containing the particle system definition.
killVobWhenDone
¶
- Disable the particle effect after it runs once.
pfxStartOn
¶
-
Whether to start the particle effect when the level is loaded.
TRUE
— Start the particle effect when loading the world.FALSE
— Don't start the particle effect automatically.