Difference between revisions of "RevokePermissions"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 19: Line 18:
</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Can be used by a client to revoke script [[Run_time_permissions]].  The permissions indicated by the ObjectPermissions mask (the high bits) are revoked
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 06:09, 9 June 2008

Message Layout

{
	RevokePermissions Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		Data	Single
		{ ObjectID				LLUUID }
		{ ObjectPermissions		U32 }
	}
}

Usage and Notes

Can be used by a client to revoke script Run_time_permissions. The permissions indicated by the ObjectPermissions mask (the high bits) are revoked