mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-15 18:56:37 -04:00
#25, fixed waypoint related issue .
This commit is contained in:
parent
29caa6b9d8
commit
f5817e91ff
7 changed files with 46 additions and 29 deletions
|
@ -387,7 +387,8 @@ public:
|
|||
DWORD GetInfantryCount() const;
|
||||
void GetStdUnitData(DWORD dwIndex, STDOBJECTDATA* lpStdUnit) const;
|
||||
void GetStdAircraftData(DWORD dwIndex, STDOBJECTDATA* lpStdAircraft) const;
|
||||
void GetWaypointData(DWORD dwIndex, CString* lpID, DWORD* lpdwPos) const;
|
||||
void GetNthWaypointData(DWORD dwIdx, CString* lpID, DWORD* lpdwPos) const;
|
||||
void GetWaypointData(DWORD dwId, CString* lpID, DWORD* lpdwPos) const;
|
||||
BOOL IsGroundObjectAt(DWORD dwPos) const;
|
||||
BOOL AddTerrain(LPCTSTR lpType, DWORD dwPos, int suggestedIndex = -1);
|
||||
void GetTerrainData(DWORD dwIndex, CString* lpType) const;
|
||||
|
@ -415,7 +416,7 @@ public:
|
|||
void DeleteStructure(DWORD dwIndex);
|
||||
void DeleteUnit(DWORD dwIndex);
|
||||
void DeleteCelltag(DWORD dwIndex);
|
||||
void DeleteWaypoint(DWORD dwIndex);
|
||||
void DeleteWaypoint(DWORD id);
|
||||
void DeleteInfantry(DWORD dwIndex);
|
||||
|
||||
INT GetCelltagAt(DWORD dwPos) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue