onPlayerDisconnected: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added working example) |
||
Line 15: | Line 15: | ||
|= Description | |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>onPlayerDisconnected "endMission ""END1"";";</code> |= Example 1 | |||
| '''onPlayerDisconnected''' statement |= Syntax | | '''onPlayerDisconnected''' statement |= Syntax |
Revision as of 03:12, 20 January 2010
Description
- Description:
- arma2
- Groups:
- Uncategorised
Syntax
- Syntax:
- 1.02
- Parameters:
- statement: String
- Return Value:
- This statement is launched whenever a player is disconnected from a MP session.
Variables _id and _name are set.
Note that as of 1.08, this command only accepts a code-string rather than code delimited by braces.
Note as of ArmA 2 version 1.02 this function returns also variable _uid with uniqueID of player.
Examples
- Example 1:
onPlayerDisconnected "endMission ""END1"";";
Additional Information
- See also:
- onPlayerDisconnected statement
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note