Class: LibSL::AgentGroupDataUpdatePacket
- Defined in:
- lib/_packets.rb
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
9069 9070 9071 |
# File 'lib/_packets.rb', line 9069 def self.packet_id() 4294902149 end |
Instance Method Details
#build_structure ⇒ Object
9073 9074 9075 9076 9077 9078 9079 9080 9081 9082 9083 9084 9085 9086 9087 |
# File 'lib/_packets.rb', line 9073 def build_structure() @blocks = [ [:AgentData, Block.new([ [:AgentID, :LLUUID] ])], [:GroupData, VariableBlockCollection.new([ [:GroupID, :LLUUID], [:GroupPowers, :LLU64], [:AcceptNotices, :LLBool], [:GroupInsigniaID, :LLUUID], [:Contribution, :LLS32], [:GroupName, :LLVariable1] ])] ] end |