Skip to content

zCMessageFilter

Quick Infos

Type: Virtual Object
Format Name: ZenGin Archive
File Extension: .ZEN
Class Name: zCMessageFilter
Version Identifiers:
— Gothic I: 0
— Gothic II: 0
ZenKit Class: VMessageFilter
Sources:
spacerhilfedatei.sph

Transforms any incoming OnTrigger and OnUntrigger events before passing them on to the trigger target. All OnTrigger and OnUntrigger messages received by this zCMessageFilter VObject are transformed according to onTrigger and onUntrigger and then passed on to the VObject with the name specified in the triggerTarget.

Properties

onTrigger

The type of event to emit to the triggerTarget if this VObject receives an OnTrigger message.

  • MT_NONE — Don't emit another event.
  • MT_TRIGGER — Emit an OnTrigger event.
  • MT_UNTRIGGER — Emit an OnUntrigger event.
  • MT_ENABLE — Emit an Enable event.
  • MT_DISABLE — Emit a Disable event.
  • MT_TOGGLE_ENABLED — Emit a ToggleEnabled event.

onUntrigger

The type of event to emit to the triggerTarget if this VObject receives an OnUntrigger message.

  • MT_NONE — Don't emit another event.
  • MT_TRIGGER — Emit an OnTrigger event.
  • MT_UNTRIGGER — Emit an OnUntrigger event.
  • MT_ENABLE — Emit an Enable event.
  • MT_DISABLE — Emit a Disable event.
  • MT_TOGGLE_ENABLED — Emit a ToggleEnabled event.