InPDA (script event)
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
Returns true if the player is viewing it’s PDA.
Usage
boolean inPDA( )
Parameters
None.
Examples
boolean pdaview = $player1.inPDA();
Notes
None.