selectNoPlayer: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Killzone Kid (talk | contribs) (MP note (works only in SP)) |
||
Line 27: | Line 27: | ||
| [[selectPlayer]] |= SEEALSO | | [[selectPlayer]] |= SEEALSO | ||
| | | mp=Works only in Single Player |= MPBEHAVIOUR | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 12:07, 10 March 2014
Description
- Description:
- Switch player to no unit.
- Multiplayer:
- Works only in Single Player
- Groups:
- Uncategorised
Syntax
- Syntax:
- selectNoPlayer
- Return Value:
- Nothing
Examples
- Example 1:
(example)
Additional Information
- See also:
- selectPlayer
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
-
Player returns objNull after this command has been used. It also has at least the following side effects: closeDialog won't work anymore and onKeyDown event handlers cease to detect the ESC key. In order to get things back to normal a new player object has to be set with selectPlayer. Using objNull won't cut it in this case.
--Worldeater 09:48, 15 October 2010 (CEST)