Method: LibSL::LandStatRequestPacket#build_structure
- Defined in:
- lib/_packets.rb
#build_structure ⇒ Object
9723 9724 9725 9726 9727 9728 9729 9730 9731 9732 9733 9734 9735 9736 |
# File 'lib/_packets.rb', line 9723 def build_structure() @blocks = [ [:AgentData, Block.new([ [:AgentID, :LLUUID], [:SessionID, :LLUUID] ])], [:RequestData, Block.new([ [:ReportType, :LLU32], [:RequestFlags, :LLU32], [:Filter, :LLVariable1], [:ParcelLocalID, :LLS32] ])] ] end |