Table of Contents

Membership

3 January 2015

  • Release 7.36 - added membership notification.
membership (Notifications)
TypeCorrade progressive notification
Notificationmembership
Datatype, firstname, lastname, agent, group, action
Structure GroupMembershipEventArgs
DescriptionGroup membership events (agents joining and leaving groups).
CommandsNone.
Last ChangesRelease 7.36 - added membership notification.

Data

Data Description
type The type of the notification.
firstname The first name of the avatar.
lastname The last name of the avatar.
agent The UUID of the avatar.
group The group name that the avatar left or joined.
action Either joined or parted depending on whether the avatar joined or left the group.

Structure

private class GroupMembershipEventArgs : EventArgs
{
    public Action Action;
    public string AgentName;
    public UUID AgentUUID;
    public string GroupName;
    public UUID GroupUUID;
}

secondlife/scripted_agents/corrade/api/notifications/membership.txt ยท Last modified: 2022/11/24 07:46 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.