Anonymous | Login | Signup for a new account | 13.05.2025 12:46 CEST |
Main | My View | View Issues | Change Log | Docs |
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 | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.7[^] Copyright © 2000 - 2007 Mantis Group |