Scripting:CodeTranslation
From STNE Wiki
(Difference between revisions)
| Line 1: | Line 1: | ||
== CColonieManager == | == CColonieManager == | ||
oldfunction = newfunction | oldfunction = newfunction | ||
| + | Class CColonieManager : CBaseColonieManager | ||
| + | New As CColonieManager = Colony Manager | ||
| + | Function AlarmStufeÄndern(Stufe As EAlarmStufe) (geerbt) = Function Change Alert Status (inherited) | ||
| + | Function BenutzeKolonie(KolonieID As Integer)= Function Using Colony (KolonieID As Integer) | ||
| + | Function EinwanderungsGrenzeFestlegen(Grenze As Integer) (geerbt)= Function Change Population Max (inherited) | ||
... | ... | ||
Revision as of 20:35, 4 August 2010
CColonieManager
oldfunction = newfunction Class CColonieManager : CBaseColonieManager
New As CColonieManager = Colony Manager Function AlarmStufeÄndern(Stufe As EAlarmStufe) (geerbt) = Function Change Alert Status (inherited) Function BenutzeKolonie(KolonieID As Integer)= Function Using Colony (KolonieID As Integer) Function EinwanderungsGrenzeFestlegen(Grenze As Integer) (geerbt)= Function Change Population Max (inherited)
...
CShipManager
oldfunction = newfunction ...
CMyKolonie = CMyColony
Energie = Energy ...