note Help Needed
This wiki is the result of an ongoing community effort — thank you all for helping!
If you want to provide changes to this page then please click here.
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.");
}