class Ship2

Defined in:

12/main.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def east(value) #

[View source]
def forward(value) #

[View source]
def left(value) #

[View source]
def ninty_degrees #

[View source]
def north(value) #

[View source]
def right(value) #

[View source]
def rotate(value) #

[View source]
def south(value) #

[View source]
def west(value) #

[View source]
def wp_x : Int32 #

[View source]
def wp_x=(wp_x : Int32) #

[View source]
def wp_y : Int32 #

[View source]
def wp_y=(wp_y : Int32) #

[View source]
def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]

Macro Detail

macro direction(name, var, offset) #

[View source]