Original War Support Bug Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
OPEN  Feature request #380  -  SAIL - AddArea(array_coords)
Posted Jun 09, 2017 - updated Jun 09, 2017
action_vote_minus_faded.png
1
Votes
action_vote_plus_faded.png
Issue details
  • Type of issue
    Feature request
  • Status
     
    New
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     Serpent
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Time spent
    No time spent
  • Category
    Not determined
  • Priority
    Not determined
  • Targetted for
    icon_milestones.png Not determined
Issue description
My idea, function AddArea(array_coords) allows user to create new area in SAIL.

  1. array_coords := [ [x1, x2, x3, ...], [y1, y2, y3, ...] ];


Example:
  1. coords := [ [28, 29, 30 ], [ 21, 22, 23] ];
  2. new_area := AddArea(coords);