跳到主要内容

ispacked

注意

这个$函数以小写字母开头。

描述

检查指定字符串是否处于打包状态。

参数说明
const string[]需要检查的字符串

返回值

1 - 字符串已打包
0 - 字符串未打包

示例

// 创建打包字符串
new string[24 char];

if (ispacked(string))
{
print("该字符串已打包。");
}

相关函数