saveStatus: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:
'''Description:'''
'''Description:'''


Saves '''object's''' properties to [[objects.sav]] file in campaign directory as entry '''name'''.
Saves '''object's''' properties to [[Objects.sav|objects.sav]] file in campaign directory as entry '''name'''.





Revision as of 15:10, 22 April 2006


back to COMREF

object saveStatus name


Operand types:

object: Object

name: String

Type of returned value:

Boolean

Compatibility:

Added in version 1.75

Description:

Saves object's properties to objects.sav file in campaign directory as entry name.


Example:

player saveStatus "playerstate"