TargetCmd

object TargetCmd : CommandImpl<Game>

Command to toggle target mode for visual feedback during gameplay.

Target mode enables highlighting of available moves or other targeting assistance. Accepts true/false values in various formats:

  • True: "true", "yes", "1", "on"

  • False: "false", "no", "0", "off"

Usage: target true or target false or just target to check current state

Properties

Link copied to clipboard
private val falseAlias: List<String>
Link copied to clipboard
open override val info: CommandInfo
Link copied to clipboard
private val trueAlias: List<String>

Functions

Link copied to clipboard
open override fun execute(vararg args: String, context: Game?): CommandResult<Game>

Executes the target command.