onPlayerConnected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:




 
<h2 style="color:#000066">''' onPlayerConnected ''statement'''''</h2>
 
<h2 style="color:#000066">''''' onPlayerConnected ''''' ''statement''</h2>




'''Operand types:'''
'''Operand types:'''


statement: [[String]]
'''statement:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 24: Line 22:


This statement is launched whenever a player is connected to a MP session. Variables _id and _name are set.
This statement is launched whenever a player is connected to a MP session. Variables _id and _name are set.
'''Example:'''

Revision as of 19:33, 1 July 2006


onPlayerConnected statement


Operand types:

statement: String

Type of returned value:

Nothing

Compatibility:

Version 2.10 required.

Description:

This statement is launched whenever a player is connected to a MP session. Variables _id and _name are set.