Provides script language access to C++ objects of this type.
| Class Hierarchy | Type » Guid |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| int32 | Generate | Generates a GUID for the object. |
| static int32 | IsValid | Returns true if the GUID is numerically valid. Note that this does not mean that the GUID is unique. |
| int32 | IsZero | Returns true if this GUID is completely zero valued: {00000000-0000-0000-0000-000000000000}. |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| string | Value | Returns a string containing the GUID. |