Class: Doom::Map::Sector

Inherits:
Struct
  • Object
show all
Defined in:
lib/doom/map/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ceiling_heightObject

Returns the value of attribute ceiling_height

Returns:

  • (Object)

    the current value of ceiling_height



37
38
39
# File 'lib/doom/map/data.rb', line 37

def ceiling_height
  @ceiling_height
end

#ceiling_textureObject

Returns the value of attribute ceiling_texture

Returns:

  • (Object)

    the current value of ceiling_texture



37
38
39
# File 'lib/doom/map/data.rb', line 37

def ceiling_texture
  @ceiling_texture
end

#floor_heightObject

Returns the value of attribute floor_height

Returns:

  • (Object)

    the current value of floor_height



37
38
39
# File 'lib/doom/map/data.rb', line 37

def floor_height
  @floor_height
end

#floor_textureObject

Returns the value of attribute floor_texture

Returns:

  • (Object)

    the current value of floor_texture



37
38
39
# File 'lib/doom/map/data.rb', line 37

def floor_texture
  @floor_texture
end

#light_levelObject

Returns the value of attribute light_level

Returns:

  • (Object)

    the current value of light_level



37
38
39
# File 'lib/doom/map/data.rb', line 37

def light_level
  @light_level
end

#specialObject

Returns the value of attribute special

Returns:

  • (Object)

    the current value of special



37
38
39
# File 'lib/doom/map/data.rb', line 37

def special
  @special
end

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



37
38
39
# File 'lib/doom/map/data.rb', line 37

def tag
  @tag
end