====== setsubstrr ====== There is no doc-string available for this function. ===== Syntax ===== script setsubstrr(string %str, string %start, string %end, string %ins); ===== Parameters ===== [[scripting:doc:engine:types:string|string]] **%%%str%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%start%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%end%%**\\ No description available. [[scripting:doc:engine:types:string|string]] **%%%ins%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:script|script]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Add-Ons/Gamemode_Slayer/common/support/Support_LibStr.cs:56 ===== See also ===== ===== References ===== This function is not called by any other functions.