Skip to content

Commit

Permalink
#43 documented "use quota" of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Mar 6, 2016
1 parent ecafc40 commit 2a41b43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion levelObjects/12_Markers/levelMarkerEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ Trigger Types:
**Trigger Marker Data** (22 bytes)

0000 byte Action
0001 byte Unknown
0001 byte Use quota
0002 [4]byte Condition
0006 [16]byte Trigger action details

The ```Use quota``` indicates how often more this action can be executed. ```0``` means endless.
The value is only decremented if it is not zero and the condition was met.
If the value is decremented to zero after the action was executed, the object is deleted.


#### Trigger Action 0: Do nothing or the default

Expand Down

0 comments on commit 2a41b43

Please sign in to comment.