ispacked
warning
This function starts with a lowercase letter.
Description
Checks if the given string is packed.
Name | Description |
---|---|
const string[] | The string to check. |
Returns
1 if the string is packed, 0 if it's unpacked.
Examples
// Create a packed string
new string[24 char];
if (ispacked(string))
{
print("The string is packed.");
}