Call of Duty Script Documentation

savegamenocommit(<filename>, <description>, <screenshot>)


Module
Save


Summary


Save the current game to a memory buffer. Returns an ID for the save. Will throw a script error if multiple saves are attempted in the same frame.

Example


id = savegamenocommit(("Chateau" + nodenum), "Documents Obtained");

Minimum Number of arguments: 0


Number of optional arguments: 3



Return to Function List