Method: LibSL::DirPopularQueryPacket#build_structure
- Defined in:
- lib/_packets.rb
#build_structure ⇒ Object
1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 |
# File 'lib/_packets.rb', line 1161 def build_structure() @blocks = [ [:AgentData, Block.new([ [:AgentID, :LLUUID], [:SessionID, :LLUUID] ])], [:QueryData, Block.new([ [:QueryID, :LLUUID], [:QueryFlags, :LLU32] ])] ] end |