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 - X-Force
Viewing Issue Advanced Details
2068 Allgemein feature N/A 20.02.09 01:03 20.03.09 03:00
Natter  
Natter  
normal  
closed V0.915a04  
fixed  
none    
none V0.915a05  
0002068: TGroundModel für bequeme Eingabe im Editor
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.
    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;

There are no notes attached to this issue.