25 January 2020
avatarzoffset (Commands) | |
---|---|
Type | Corrade progressive command |
Command | avatarzoffset |
Parameters | group , password |
Description | The avatarzoffset command allows getting or setting the current avatar hover height (z-offset). |
Permissions | grooming |
Last Changes | C10 - added. |
The avatarzoffset
command allows getting or setting the current avatar z offset.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
avatarzoffset | group , password , action | grooming | llInstantMessage(CORRADE, wasKeyValueEncode( [ "command", "avatarzoffset", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "action", "set", "offset", "2.0", "callback", wasURLEscape(callback) ] ) ); |
Parameter | Possible Value | Second Parameter | Possible Value | Description |
---|---|---|---|---|
action | get | Get the current avatar hover offset. | ||
set | offset | A value usually in the range representing the offset in meters from the ground. | Set the avatar hover offset. |