struct ArcherMultishot

Defined in:

mechanics/shot.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(speed_delta : Float64, count : Int32, angle : Float64) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def angle : Float64 #

def clone #

[View source]
def copy_with(speed_delta _speed_delta = @speed_delta, count _count = @count, angle _angle = @angle) #

[View source]
def count : Int32 #

def speed_delta : Float64 #