warning Not Translated
This page has not been translated into the language that your browser requested yet. The English content is being shown as a fallback.
If you want to contribute a translation for 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.");
}