Retrieve the coin the cursor currently points at.

Synopsis

Declared in <coins.h>

virtual
bool
GetValue(Coin& coin) const = 0;

Return Value

True if a value was retrieved.

Parameters

Name

Description

coin

Set to the current coin on success.

Created with MrDocs