Property | Type | Description | |
---|---|---|---|
Amount | uint | ||
IsGroup | bool | ||
LandInUse | uint | ||
PrincipalID | UUID | ||
StipendsBalance | uint | ||
Tier | uint |
Method | Description | |
---|---|---|
FromArray ( List |
||
FromOSD ( OSDMap map ) : void |
|
|
ToOSD ( ) : OSDMap |
|
|
UserCurrency ( ) : System | ||
UserCurrency ( List |
||
UserCurrency ( OSDMap osdMap ) : System |
|
|
UserCurrency ( UUID agentID, uint balance, uint landuse, uint tier_bal, bool group_toggle, uint stipend_bal ) : System |
public FromArray ( List |
||
queryResults | List |
|
return | bool |
public UserCurrency ( List |
||
queryResults | List |
|
return | System |
public UserCurrency ( OSDMap osdMap ) : System | ||
osdMap | OSDMap | |
return | System |
public UserCurrency ( UUID agentID, uint balance, uint landuse, uint tier_bal, bool group_toggle, uint stipend_bal ) : System | ||
agentID | UUID | |
balance | uint | |
landuse | uint | |
tier_bal | uint | |
group_toggle | bool | |
stipend_bal | uint | |
return | System |