武装突袭 Wiki
Advertisement
  

點擊圖片可看到更多訊息

開始使用於

遊戲:
Take On Helicopters
版本:
1.00

描述

描述:
Saves the variables stored in profileNamespace to the persistent active user profile.
  • Warning: this is a file operation, which makes it expensive! It is not recommended to do this at a high frequency in a loop for example. It is however also recommended not to change a large amount of variables and wait long before saving, because certain game crashes may cause a loss of data.
  • Warning: saving a lot of data can quickly increase the size of the profile variables file, so keep an eye on this.
  • Warning: TKOH's Heliport status (used in the Career mode for example) is stored in this file, so be mindful of working with this technology to avoid losing data and progress.

基本句法

句法:
saveProfileNamespace
返回值:
Nothing

範例

範例1:
saveProfileNamespace;

額外資訊

多人遊戲:
-
也可以看看:
profileNamespace

注意事項

此處撰寫句法皆為可行用法. 可到官網[1]專頁回報錯誤. 你可以使用討論頁面或是論壇來進行討論.
新增注意事項 | 如何新增?

Notes

Unknown
Variables are also saved when the game is quit.

Bottom Section

Advertisement