Class: LibSL::DirClassifiedQueryBackendPacket
- 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
902 903 904 |
# File 'lib/_packets.rb', line 902 def self.packet_id() 4294901800 end |
Instance Method Details
#build_structure ⇒ Object
906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 |
# File 'lib/_packets.rb', line 906 def build_structure() @blocks = [ [:AgentData, Block.new([ [:AgentID, :LLUUID] ])], [:QueryData, Block.new([ [:QueryID, :LLUUID], [:QueryText, :LLVariable1], [:QueryFlags, :LLU32], [:Category, :LLU32], [:EstateID, :LLU32], [:Godlike, :LLBool], [:QueryStart, :LLS32] ])] ] end |