GroupState Type
Hosts the ongoing state of a group.
Record fields
Record Field | Description |
|
|
|
|
Full Usage:
Id
Field type: uint64
|
|
|
|
Full Usage:
Name
Field type: string
|
|
Full Usage:
Order
Field type: int64
|
|
Full Usage:
Persistent
Field type: bool
|
|
Full Usage:
Protected
Field type: bool
|
|
Full Usage:
Visible
Field type: bool
|
|
|
Static members
Static member | Description |
Full Usage:
GroupState.attachProperty name property groupState
Parameters:
string
property : Property
groupState : GroupState
Returns: GroupState
|
|
|
|
Full Usage:
GroupState.detachProperty name groupState
Parameters:
string
groupState : GroupState
Returns: GroupState
|
|
Full Usage:
GroupState.getProperty propertyName groupState
Parameters:
string
groupState : GroupState
Returns: Property
|
|
Full Usage:
GroupState.make nameOpt dispatcher
Parameters:
string option
dispatcher : GroupDispatcher
Returns: GroupState
|
|
Full Usage:
GroupState.setProperty propertyName property groupState
Parameters:
string
property : Property
groupState : GroupState
Returns: GroupState
|
|
Full Usage:
GroupState.tryGetProperty (propertyName, groupState, propertyRef)
Parameters:
string
groupState : GroupState
propertyRef : outref<Property>
Returns: bool
|
|
Full Usage:
GroupState.trySetProperty propertyName property groupState
Parameters:
string
property : Property
groupState : GroupState
Returns: bool * GroupState
|