Warning: ob_start(): function 'compress_handler' not found or invalid function name in /www/htdocs/xfmantis/core.php on line 18
0002068: TGroundModel für bequeme Eingabe im Editor - Mantis
Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002068 [X-Force] Allgemein feature N/A 20.02.09 01:03 20.03.09 03:00
Reporter Natter View Status public  
Assigned To Natter
Priority normal Resolution fixed  
Status closed   Product Version V0.915a04
Summary 0002068: TGroundModel für bequeme Eingabe im Editor
Description Neuer Record TGroundModel. Eingabe per Spielsatzeditor möglich (erfordert neue Resource im Spielsatz inklusive Der Funktionen zum Lesen und Schreiben der Daten, außerdem ein neues Frame im Editor). Zugriff auf die GroundModels per Index oder per ID.
Additional Information     TGroundModel = packed record
      Name : String;
      ID : Cardinal;
      Description : String;
      Objectives : String;
      SensorText : String; // abweichender Sensortext (falls der normale Text gewünscht wird: 'default')
      RemainTime : Integer;
      MapName : String;
      UFOModelID : Cardinal;
      UserTag : String;
    end;

function ground_api_GetGroundModelByID(ID: Cardinal): TGroundModel;
function ground_api_GetGroundModelByIndex(Index: Integer): TGroundModel;
function ground_api_GetGroundModelCount: Integer;
function ground_api_GenerateGroundbyGroundModelID(ID: Cardinal):TGround;
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
20.02.09 01:03 Natter New Issue
20.02.09 01:03 Natter Status new => assigned
20.02.09 01:03 Natter Assigned To  => Natter
20.02.09 01:03 Natter Status assigned => resolved
20.02.09 01:03 Natter Fixed in Version  => V0.915a05
20.02.09 01:03 Natter Resolution open => fixed
20.03.09 03:00 Gast Status resolved => closed


Mantis 1.0.7[^]
Copyright © 2000 - 2007 Mantis Group
Powered by Mantis Bugtracker