struct Eagle::Script::Step

Overview

One scheduled action.

Defined in:

eagle/core/script.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(time : Float64, action : Proc(Nil)) #

Instance Method Detail

def action : Proc(Nil) #

def clone #

def copy_with(time _time = @time, action _action = @action) #

def time : Float64 #