====== JSONHash::clear ====== There is no doc-string available for this function. ===== Syntax ===== script JSONHash::clear(string %this, string %noDelete); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%this%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%noDelete%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Add-Ons/System_BlocklandGlass/resources/Support_Updater/common/support/jettison.cs:890 ===== See also ===== [[scripting:doc:u:jsonhash:describe|JSONHash::describe]]\\ [[scripting:doc:u:jsonhash:get|JSONHash::get]]\\ [[scripting:doc:u:jsonhash:getkey|JSONHash::getKey]]\\ [[scripting:doc:u:jsonhash:getlength|JSONHash::getLength]]\\ [[scripting:doc:u:jsonhash:iskey|JSONHash::isKey]]\\ [[scripting:doc:u:jsonhash:isvalue|JSONHash::isValue]]\\ [[scripting:doc:u:jsonhash:onadd|JSONHash::onAdd]]\\ [[scripting:doc:u:jsonhash:onremove|JSONHash::onRemove]]\\ [[scripting:doc:u:jsonhash:remove|JSONHash::remove]]\\ [[scripting:doc:u:jsonhash:set|JSONHash::set]]\\ [[scripting:doc:u:jsonhash:setdefault|JSONHash::setDefault]]\\ ===== References ===== This function is not called by any other functions.