| Package | Description |
|---|---|
| org.bytedeco.ale |
| Modifier and Type | Method and Description |
|---|---|
ALEState |
StellaEnvironment.cloneState()
Returns a copy of the current emulator state.
|
ALEState |
ALEInterface.cloneState() |
ALEState |
StellaEnvironment.cloneSystemState()
Returns a copy of the current emulator state.
|
ALEState |
ALEInterface.cloneSystemState() |
ALEState |
ALEState.getPointer(long i) |
ALEState |
StellaEnvironment.getState() |
ALEState |
ALEState.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ALEState.equals(ALEState state)
Returns true if the two states contain the same saved information
|
void |
StellaEnvironment.restoreState(ALEState arg0)
Restores a previously saved copy of the state.
|
void |
ALEInterface.restoreState(ALEState state) |
void |
StellaEnvironment.restoreSystemState(ALEState arg0)
Restores a previously saved copy of the state, including RNG state information.
|
void |
ALEInterface.restoreSystemState(ALEState state) |
void |
StellaEnvironment.setState(ALEState state)
Accessor methods for the environment state.
|
| Constructor and Description |
|---|
ALEState(ALEState rhs,
BytePointer serialized) |
ALEState(ALEState rhs,
String serialized) |
Copyright © 2020. All rights reserved.