player: Difference between revisions

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


'''player''' addrating 500
'''player''' addrating 500
'''MP Note:'''
The variable '''player''' is not always initialised at startup of a mission, you have to add a (very short) delay before you can use it.

Revision as of 02:21, 25 May 2006


player


Operand types:

None

Type of returned value:

Object

Description:

Person controled by player.

In MP this value is different on each computer.


Example:

player addrating 500


MP Note:

The variable player is not always initialised at startup of a mission, you have to add a (very short) delay before you can use it.