⇐ Index
Available in version 2.0.4 and later.
“MSG_SaveGame” is a message that is automatically sent by the game just before the game is saved. This message is sent any time the game is saved (whether the user manually saves the game, or the game saves for some other reason).
:Saved trace("Game Saves") :Awake RegisterForMSG("MSG_SaveGame" "Saved")
⇐ Index