Kategorie: System
Ab Engineversion: 9.0 OC, previously known as GainMissionAccess from 1.0 to 8.1 OC
GainScenarioAccess
Beschreibung
Adds a password to the list of gained scenario access passwords. All players on this computer can then start scenarios which require this password (defined in Scenario.txt). In a sequence of mission scenarios each scenario should give access to the next one.
Syntax
bool GainScenarioAccess(string password);
Parameter
- password:
- This scenario access password will be added to the list.
Anmerkung
Da nach Spielen im Entwicklermodus Registrierungsinformationen vom Menüsystem nicht aktualisiert werden, kann diese Funktion nur im Spielermodus erfolgreich getestet werden.
Beispiel
GainScenarioAccess("WipfeMonsterSchnee");
Gives the scenario access password WipfeMosterSchnee to the player.
Siehe auch: GetScenarioAccess