Class: Quake::Bsp::Level

Inherits:
Data
  • Object
show all
Defined in:
lib/quake/bsp/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#clipnodesObject (readonly)

Returns the value of attribute clipnodes

Returns:

  • (Object)

    the current value of clipnodes



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def clipnodes
  @clipnodes
end

#edgesObject (readonly)

Returns the value of attribute edges

Returns:

  • (Object)

    the current value of edges



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def edges
  @edges
end

#entitiesObject (readonly)

Returns the value of attribute entities

Returns:

  • (Object)

    the current value of entities



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def entities
  @entities
end

#facesObject (readonly)

Returns the value of attribute faces

Returns:

  • (Object)

    the current value of faces



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def faces
  @faces
end

#leafsObject (readonly)

Returns the value of attribute leafs

Returns:

  • (Object)

    the current value of leafs



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def leafs
  @leafs
end

#lightingObject (readonly)

Returns the value of attribute lighting

Returns:

  • (Object)

    the current value of lighting



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def lighting
  @lighting
end

#marksurfacesObject (readonly)

Returns the value of attribute marksurfaces

Returns:

  • (Object)

    the current value of marksurfaces



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def marksurfaces
  @marksurfaces
end

#modelsObject (readonly)

Returns the value of attribute models

Returns:

  • (Object)

    the current value of models



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def models
  @models
end

#nodesObject (readonly)

Returns the value of attribute nodes

Returns:

  • (Object)

    the current value of nodes



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def nodes
  @nodes
end

#planesObject (readonly)

Returns the value of attribute planes

Returns:

  • (Object)

    the current value of planes



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def planes
  @planes
end

#surfedgesObject (readonly)

Returns the value of attribute surfedges

Returns:

  • (Object)

    the current value of surfedges



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def surfedges
  @surfedges
end

#texinfoObject (readonly)

Returns the value of attribute texinfo

Returns:

  • (Object)

    the current value of texinfo



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def texinfo
  @texinfo
end

#texturesObject (readonly)

Returns the value of attribute textures

Returns:

  • (Object)

    the current value of textures



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def textures
  @textures
end

#verticesObject (readonly)

Returns the value of attribute vertices

Returns:

  • (Object)

    the current value of vertices



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def vertices
  @vertices
end

#visibilityObject (readonly)

Returns the value of attribute visibility

Returns:

  • (Object)

    the current value of visibility



23
24
25
# File 'lib/quake/bsp/types.rb', line 23

def visibility
  @visibility
end