Anonymous | Login | Signup for a new account | 13.05.2025 09:44 CEST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | V0.915a05 | Product Version | V0.915a04 | ||||
Product Build | |||||||||
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. | ||||||||
Steps To Reproduce | |||||||||
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 |