RoleExists

From Catglobe Wiki
Revision as of 11:09, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



roleExists

Checks if a specific user role exists by its name.

Syntax

roleExists(roleName)

Arguments

roleName: a string expression. It is the qualified name of a role.

Return type

bool

Example

bool b = roleExists("FullUser");

//true

Availability

Version 5.4