Skip to content
Haru edited this page Oct 19, 2016 · 1 revision

Function to return struct mapcell for gat cell type

 static struct mapcell map_gat2cell(int gat)
 map_gat2cell(gat);
  • gat = cell type
Notes:
  • gat = 0 (walkable and shootoverable ground and not water)(normal ground)
  • gat = 1 (not walkable and not shootoverable ground and not water)(wall)
  • gat = 3 (walkable and shootoverable ground and water)
  • gat = 5 (not walkable and shootoverable ground and not water)
Category:Source_Functions
Clone this wiki locally