Command
interface Command
Represents a command within Housing.
Provides accessors and mutators for all command settings, and its associated action container.
Implementations perform sequential behavior and therefore expose suspend functions for better interaction with Housing.
Types
Properties
Functions
Link copied to clipboard
Returns the action container associated with this command.
Link copied to clipboard
Gets the targeting mode that this command runs with.
Link copied to clipboard
Retrieves the group priority required to execute this command.
Link copied to clipboard
Sets the targeting mode that this command will run with.
Link copied to clipboard
Sets the minimum group priority required to execute this command.