Method: LibSL::AvatarNotesUpdatePacket#build_structure
- Defined in:
- lib/_packets.rb
#build_structure ⇒ Object
4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 |
# File 'lib/_packets.rb', line 4318 def build_structure() @blocks = [ [:AgentData, Block.new([ [:AgentID, :LLUUID], [:SessionID, :LLUUID] ])], [:Data, Block.new([ [:TargetID, :LLUUID], [:Notes, :LLVariable2] ])] ] end |