ScriptingFunctionsispacked本页总览ispacked注意这个$函数以小写字母开头。 描述 检查指定字符串是否处于打包状态。 参数说明const string[]需要检查的字符串 返回值 1 - 字符串已打包 0 - 字符串未打包 示例 // 创建打包字符串new string[24 char];if (ispacked(string)){ print("该字符串已打包。");} 相关函数 strpack: 打包字符串 strunpack: 解包字符串