Class: LibSL::GroupProfileReplyPacket
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
8274 8275 8276 |
# File 'lib/_packets.rb', line 8274 def self.packet_id() 4294902112 end |
Instance Method Details
#build_structure ⇒ Object
8278 8279 8280 8281 8282 8283 8284 8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 8295 8296 8297 8298 8299 8300 8301 8302 |
# File 'lib/_packets.rb', line 8278 def build_structure() @blocks = [ [:AgentData, Block.new([ [:AgentID, :LLUUID] ])], [:GroupData, Block.new([ [:GroupID, :LLUUID], [:Name, :LLVariable1], [:Charter, :LLVariable2], [:ShowInList, :LLBool], [:MemberTitle, :LLVariable1], [:PowersMask, :LLU64], [:InsigniaID, :LLUUID], [:FounderID, :LLUUID], [:MembershipFee, :LLS32], [:OpenEnrollment, :LLBool], [:Money, :LLS32], [:GroupMembershipCount, :LLS32], [:GroupRolesCount, :LLS32], [:AllowPublish, :LLBool], [:MaturePublish, :LLBool], [:OwnerRole, :LLUUID] ])] ] end |