Method: LibSL::ObjectLinkPacket#build_structure
- Defined in:
- lib/_packets.rb
#build_structure ⇒ Object
2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 |
# File 'lib/_packets.rb', line 2620 def build_structure() @blocks = [ [:AgentData, Block.new([ [:AgentID, :LLUUID], [:SessionID, :LLUUID] ])], [:ObjectData, VariableBlockCollection.new([ [:ObjectLocalID, :LLU32] ])] ] end |