Class: LibSL::AvatarGroupsReplyPacket
Instance Attribute Summary
Attributes inherited from Packet
#acks, #acks_flag, #reliable_flag, #resent_count, #resent_flag, #sequence_number, #zero_coded_flag
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Packet
decode, #decode_msg, #encode, #encode_msg, #initialize, #method_missing, zero_decode
Constructor Details
This class inherits a constructor from LibSL::Packet
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class LibSL::Packet
Class Method Details
.packet_id ⇒ Object
4224 4225 4226 |
# File 'lib/_packets.rb', line 4224 def self.packet_id() 4294901933 end |
Instance Method Details
#build_structure ⇒ Object
4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 |
# File 'lib/_packets.rb', line 4228 def build_structure() @blocks = [ [:AgentData, Block.new([ [:AgentID, :LLUUID], [:AvatarID, :LLUUID] ])], [:GroupData, VariableBlockCollection.new([ [:GroupPowers, :LLU64], [:AcceptNotices, :LLBool], [:GroupTitle, :LLVariable1], [:GroupID, :LLUUID], [:GroupName, :LLVariable1], [:GroupInsigniaID, :LLUUID] ])], [:NewGroupData, Block.new([ [:ListInProfile, :LLBool] ])] ] end |