lookAroundCommandTrigger top-level constant
CommandTrigger
const lookAroundCommandTrigger
View nearby objects and NPC's.
Implementation
const lookAroundCommandTrigger = CommandTrigger(
name: 'look_around',
description: 'View a list of nearby objects',
button: GameControllerButton.y,
keyboardKey: CommandKeyboardKey(ScanCode.x),
);