Difference between revisions of "TOnFlagScoreEvent"
(Created page with "==Description== Type used by TActivePlayer.OnFlagScore as an event handler type. ==Declaration== procedure (Player: TActivePlayer; Flag: TActiveFlag; Team: B...") |
m (→Declaration) |
||
Line 3: | Line 3: | ||
==Declaration== | ==Declaration== | ||
− | procedure (Player: [[TActivePlayer]]; Flag: [[TActiveFlag]]; | + | procedure (Player: [[TActivePlayer]]; Flag: [[TActiveFlag]]; Team: Byte); |
− | |||
Player: player that has just scored a flagpoint | Player: player that has just scored a flagpoint | ||
Flag: flag that a player scored with | Flag: flag that a player scored with |
Revision as of 11:02, 31 July 2013
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: ID of the team that scored