The CombatEvent type exposes the following members.

Constructors

  NameDescription
Public methodCombatEvent
Initializes a new instance of the CombatEvent class

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBotInfoFor (Inherited from LocalEvent.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRoom (Inherited from LocalEvent.)
Public methodGetType (Inherited from Object.)
Public methodGetVisibilityFor
Returns the visibility for a particular living. In LocalEvent this returns Visibility, but in ActionEvent it is overridden to return
 Copy imageCopy
Visibility + _actor.GetVisibilityFor(p)
(Inherited from LocalEvent.)
Public methodGetVolumeFor
Returns the volume for a particular living.
(Inherited from LocalEvent.)
Public methodIsObservedBy (Inherited from LocalEvent.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPublish
This publishes the event to all listening objects in Room and also any other rooms that are connected.
(Inherited from LocalEvent.)
Public methodRenderAudibleFor (Inherited from LocalEvent.)
Public methodRenderFor (Inherited from LocalEvent.)
Public methodRenderVisibleFor (Overrides LocalEvent..::..RenderVisibleFor(Living).)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyActor
Public propertyActorMessage
Public propertyAudibleMessage (Inherited from LocalEvent.)
Public propertyContainer (Inherited from LocalEvent.)
Public propertyDebugMessage
Public propertyIsAudible (Inherited from LocalEvent.)
Public propertyIsVisible (Inherited from LocalEvent.)
Public propertyMessage (Inherited from LocalEvent.)
Public propertyPropagates (Inherited from LocalEvent.)
Public propertyRenderFuncs
Public propertyTarget
Public propertyVisibility (Inherited from LocalEvent.)
Public propertyVolume (Inherited from LocalEvent.)

See Also