Difference between revisions of "NULL KEY"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
|value="00000000-0000-0000-0000-000000000000"
|value="00000000-0000-0000-0000-000000000000"
|desc=While technically a string constant, it is only useful as a [[key]].
|desc=While technically a string constant, it is only useful as a [[key]].
Despite fitting the syntax criteria to be a valid [[key]], when fed to a {{LSLGC|Conditional}} it executes as false.
|examples
|examples
|functions=
|functions=

Revision as of 18:52, 15 August 2007

Description

Constant: string NULL_KEY = "00000000-0000-0000-0000-000000000000";

The string constant NULL_KEY has the value "00000000-0000-0000-0000-000000000000"

While technically a string constant, it is only useful as a key.

Despite fitting the syntax criteria to be a valid key, when fed to a Conditional it executes as false.

Related Articles

Functions

•  llAvatarOnSitTarget
•  llDetectedKey
•  llGetNotecardLine
•  llGetLandOwnerAt
•  llGetPermissionsKey
•  llGetTexture
•  llListen

Events

•  attach

Deep Notes

Search JIRA for related Issues

Signature

string NULL_KEY = "00000000-0000-0000-0000-000000000000";