Function
interface Function
Represents a function within Housing.
Provides accessors and mutators for all function settings, and its associated action container.
Implementations perform sequential behavior and therefore expose suspend functions for better interaction with Housing.
Properties
Functions
Link copied to clipboard
Returns the action container associated with this function.
Link copied to clipboard
Returns the automatic execution setting, in ticks.
Link copied to clipboard
Returns the current description of the function.
Link copied to clipboard
Sets the automatic execution frequency, or disables it with 0.
Link copied to clipboard
Sets the description for the function.