GetPlrDownDouble

Category: Player
Since engine version: 4.6.5.0 CP

Description

Returns whether the specified player has pressed double-stop on the keyboard as last command. Using this function you can e.g. in ControlThrow check whether the player intended to drop the selected inventory item instead of throwing it (double-stop-throw combination).

Syntax

bool GetPlrDownDouble (int iPlr);

Parameter

iPlr:
Number of the player whose last pressed keyboard keys you want to determine.
PeterW, Juni 2003