Changes between Version 1 and Version 2 of code/doc/MultiTrigger
- Timestamp:
- Aug 31, 2010, 5:51:19 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/MultiTrigger
v1 v2 67 67 === broadcast === 68 68 69 Broadcast is a boolean, if true the Mu tliTrigger is in broadcast-mode, meaning, that all trigger events that are caused by no originator (originator is NULL) are broadcast as having come from every possible originator, or more precisely as having come from all objects that are specified targets of this MultiTrigger.69 Broadcast is a boolean, if true the MultiTrigger is in broadcast-mode, meaning, that all trigger events that are caused by no originator (originator is NULL) are broadcast as having come from every possible originator, or more precisely as having come from all objects that are specified targets of this MultiTrigger. 70 70 [[BR]]Default is false. 71 71