TorqueScript Reference
|
Functions | |
Integer | loadObject (filename) |
Boolean | saveObject (object, filename) |
Integer loadObject | ( | filename | ) |
Loads an object from the specified filename
filename | The name of the file to load the object from |
Boolean saveObject | ( | object | , |
filename | |||
) |
Saves the given object to the given filename
object | The SimObject to save |
filename | The name of the file in which to save the object |