Interface | Description |
---|---|
Interactable |
The Interactable interface is shared by Terrain and Thing to control what can be interacted with using the
'interact' action, by whom, and what it does when interacted with.
|
Class | Description |
---|---|
UAction |
UAction subclasses implement actions which Actors can perform to do arbitrary things in the
game world which take up game time, may be prevented by other Actors or the world, cause events,
and so on.
|
UActionDrop |
Actor drops thing from her inventory, into her cell or a container.
|
UActionEmote |
Actor makes an emotive text noise.
|
UActionGet |
Actor tries to pick up the thing, from the ground or a container.
|
UActionInteract |
Actor interacts with an interactable terrain, thing, or actor.
|
UActionPass |
Actor does nothing for one action-time unit.
|
UActionWalk |
Actor tries to walk to a new cell from their current cell.
|