onPlayerConnected: Difference between revisions

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




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




'''Operand types:'''
'''Operand types:'''
statement: [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.10 required.


'''Description:'''
'''Description:'''


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


'''Example:'''
'''Example:'''

Revision as of 20:03, 29 June 2006


<new command not populated>


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.

Example: