Enfusion Script API
Loading...
Searching...
No Matches
GroupMemberRole Interface Reference
Inheritance diagram for GroupMemberRole:
Managed

Public Member Functions

proto external string GetName ()
 
proto external void RequestPermissions (notnull BackendCallback pCallback)
 Fetch permissions of this role from backend.
 
proto external void HasPermission (ERolePermission ePermission)
 
proto external ERolePermission GetPermissions ()
 Returns all permissions defined for this role as bit mask.
 
- Public Member Functions inherited from Managed
proto external ref Managed Clone ()
 Return shallow copy of object, or null if it is not allowed (not public constructor)
 

Member Function Documentation

◆ GetName()

proto external string GroupMemberRole.GetName ( )

◆ GetPermissions()

proto external ERolePermission GroupMemberRole.GetPermissions ( )

Returns all permissions defined for this role as bit mask.

◆ HasPermission()

proto external void GroupMemberRole.HasPermission ( ERolePermission ePermission)

◆ RequestPermissions()

proto external void GroupMemberRole.RequestPermissions ( notnull BackendCallback pCallback)

Fetch permissions of this role from backend.


The documentation for this interface was generated from the following file: