• allegro5.a5_display
  • allegro5.a5_file
  • allegro5.a5_font
  • allegro5.a5_image
  • allegro5.a5_joystick
  • allegro5.a5_main
  • allegro5.a5_misc
  • allegro5.a5_opengl
  • allegro5.a5_shader
  • allegro5.a5_sound
  • allegro5.a5_thread
  • allegro5.a5_triangles
  • animation
  • array
  • atlas
  • buffer
  • color
  • common
  • csg.csg_aabb
  • csg.csg
  • csg.csg_octree
  • csg.csg_shapes
  • csg.csg_test
  • data
  • display
  • exception
  • file
  • font
  • glsl
  • grid
  • hash
  • image
  • image_op
  • index
  • ini
  • isometric
  • joystick
  • keyboard
  • land
  • layer
  • list
  • log
  • main
  • map
  • mem
  • mouse
  • net
  • noise
  • openglutil
  • perlin
  • pixelmask
  • plasma
  • pool
  • protobuf
  • queue
  • random
  • runner
  • shader
  • sound
  • sprite
  • thread
  • tilegrid
  • triangles
  • util2d
  • util3d
  • util
  • view
  • voronoi
  • widget.base
  • widget.board
  • widget.book
  • widget.box
  • widget.button
  • widget.checkbox
  • widget.container
  • widget.edit
  • widget.gul
  • widget.hbox
  • widget.layout
  • widget
  • widget.menu
  • widget.mover
  • widget.panel
  • widget.scrollbar
  • widget.scrolling
  • widget.sizer
  • widget.slider
  • widget.spin
  • widget.text
  • widget.theme
  • widget.vbox
  • widget.widget_list
  • yaml.external
  • yaml.internal
  • yaml
  • yaml.xml

land.map

LandMap

A tilemap.

land_map_draw

Parameters: LandMap * self, LandView * view

Render the map using the given ‘’view’’.

land_map_add_layer

Parameters: LandMap * map, LandLayer * layer

Add another layer to the map, on top of any existing layers.

land_map_base_layer

Parameters: LandMap * map

Returns: LandLayer*

Returns the base layer of the map.

land_map_find_layer

Parameters: LandMap * map, char const * name

Returns: LandLayer*

land_map_new

no parameters

Returns: LandMap*

Create a new map. This is not called directly normally, as you likely want to use one of the convenience functions to already create layers of the right type along with it.

land_map_del

Parameters: LandMap * self

Destroy a map. This also destroys its layers.

land_map_destroy

Parameters: LandMap * self

Same as land_map_del.


Generated: Thu 27 Feb 2020 10:49:37 PM EST