Player.isLastGCD() ================== Returns true if the given ActionIndex is corresponds to the last GCD action of the player. **Parameter** * ActionIndex : int - Index of action to check. **Returns** Returns True if it is the last GCD action and False otherwise (boolean). **Usage** .. code-block:: python newPlayer.isLastGCD(10)