1
0
forked from 0ad/0ad
0ad/binaries
wraitii a1010b83d3 Enable specifying the trigger action independently of the trigger name.
Trigger functions/actions were tied to the trigger 'identifier'. This is
inconvenient if several triggers should call the same function, e.g. for
range triggers.

By setting an 'action' in the trigger data, one can now specify the
function to call independently of the trigger name.

For clarity, the 'action' parameter in RegisterTrigger is changed to
'name'. By default, the action still matches the trigger name for
compatibility and convenience.

Differential Revision: https://code.wildfiregames.com/D3903
This was SVN commit r25374.
2021-05-04 12:33:45 +00:00
..
data Enable specifying the trigger action independently of the trigger name. 2021-05-04 12:33:45 +00:00
logs
system Make real directory paths on the VFS predictable (retry) 2021-03-23 12:46:59 +00:00