Editing ClearJIPSavedData

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{Function
{{Function
  |origin = JIP
  |origin = JIP
  |summary = Deletes all data of the specified types:
  |summary = Deletes all data, of the specified types (variables created with [[AddScriptVariable]], private [[Auxiliary Variables]], private [[RefMap Array|RefMap Arrays]], linked refs set by [[SetLinkedReference]]), associated with the mod calling this function. Deleted data will not be saved with the game.
 
  |name = JIPClearSavedData
 
'''scriptVars''' - Variables created by the mod calling this function with [[AddScriptVariable]].
 
'''linkedRefs''' - Linked-refs set by the mod calling this function with [[SetLinkedReference]].
 
'''auxVars''' - 1: Permanent-Private (to the mod calling this function), or 2: Permanent-Public [[Auxiliary Variables]].
 
'''refMaps''' - 1: Permanent-Private (to the mod calling this function), or 2: Permanent-Public [[RefMap Array|RefMap Arrays]].
 
 
(Deleted data will not be saved with the game)
  |name = ClearJIPSavedData
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
Line 20: Line 8:
   |Type = 0/1
   |Type = 0/1
   }}{{FunctionArgument
   }}{{FunctionArgument
   |Name = linkedRefs
   |Name = auxVars
   |Type = 0/1
   |Type = 0/1
   }}{{FunctionArgument
   }}{{FunctionArgument
   |Name = auxVars
   |Name = refMaps
   |Type = 0/1/2
   |Type = 0/1
   }}{{FunctionArgument
   }}{{FunctionArgument
   |Name = refMaps
   |Name = linkedRefs
   |Type = 0/1/2
   |Type = 0/1
   }}
   }}
  |example = ClearJIPSavedData 0 1 2 0
  |example = JIPClearSavedData 0 1 1 0
}}
}}
==See Also==
==See Also==
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Miscellaneous Functions (JIP)]]
[[Category:Miscellaneous Functions (JIP)]]

Please note that all contributions to the Fallout3 GECK Wiki are considered to be released under the Creative Commons Attribution-ShareAlike (see GECK:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)