====== ShapeBaseData::onUse ====== There is no doc-string available for this function. ===== Syntax ===== script ShapeBaseData::onUse(string %this, string %user); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%this%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%user%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== base/server/scripts/allGameScripts.cs:8906 ===== See also ===== [[scripting:doc:u:shapebasedata:checkdeploypos|ShapeBaseData::checkDeployPos]]\\ [[scripting:doc:u:shapebasedata:damage|ShapeBaseData::Damage]]\\ [[scripting:doc:u:shapebasedata:getdeploytransform|ShapeBaseData::getDeployTransform]]\\ [[scripting:doc:u:shapebasedata:oninventory|ShapeBaseData::onInventory]]\\ [[scripting:doc:u:shapebasedata:onpickup|ShapeBaseData::onPickup]]\\ [[scripting:doc:u:shapebasedata:onthrow|ShapeBaseData::onThrow]]\\ ===== References ===== This function is not called by any other functions.