SetPlrShowCommand

Category: Player
Since engine version: 4.6.5.0 CP

Description

Marks the specified control command in the lower right corner of a player's viewport. Command display will be activated if necessary. The marked command will be displayed flashing.

Player command numbers:
Number Meaning
1 Left
2 Right
3 Jump
4 Stop
5 Throw
6 Dig
7 Special
8 Special 2
For double click commands (e.g. double dig) add 128 to each command number.

Syntax

bool SetPlrShowCommand (int iPlr, int iCom);

Parameters

iPlr:
Player
iCom:
Player command to be marked.

Remark

This function does not affect display of the keyboard control block (see SetPlrShowControl).
See also: SetPlrShowControl, SetPlrShowControlPos
PeterW, Juni 2003