Difference between revisions of "TOnFlagScoreEvent"
m (→Declaration) |
Savage0795 (talk | contribs) |
||
Line 4: | Line 4: | ||
==Declaration== | ==Declaration== | ||
procedure (Player: [[TActivePlayer]]; Flag: [[TActiveFlag]]; Team: Byte); | procedure (Player: [[TActivePlayer]]; Flag: [[TActiveFlag]]; Team: Byte); | ||
− | Player: | + | Player: Player that has just scored a flagpoint |
− | Flag: | + | Flag: Flag that a player scored with |
− | Team: | + | Team: Flag team id that a player scored with |
[[Category:Types]] | [[Category:Types]] |
Latest revision as of 13:57, 7 December 2017
Description
Type used by TActivePlayer.OnFlagScore as an event handler type.
Declaration
procedure (Player: TActivePlayer; Flag: TActiveFlag; Team: Byte); Player: Player that has just scored a flagpoint Flag: Flag that a player scored with Team: Flag team id that a player scored with