player: Difference between revisions

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


| '''player''' |= Syntax
| [[Object#Person|Person]] <nowiki>=</nowiki> '''player''' |= Syntax


| [[Object]] |= Return value
| [[Object]] |= Return value

Revision as of 17:43, 28 August 2007

Hover & click on the images for description

Description

Description:
Person controled by player. In MP this value is different on each computer. In Intros and Outros this isn't set by default and must be assigned.
Problems:
In MP the command is not initialised in functions called by initline or init eventhandlers.
Groups:
Uncategorised

Syntax

Syntax:
Person = player
Return Value:
Object

Examples

Example 1:
player addRating 500

Additional Information

See also:
See also needed

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

Notes

Bottom Section