Method: LibSL::ObjectRotationPacket#build_structure

Defined in:
lib/_packets.rb

#build_structureObject



2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
# File 'lib/_packets.rb', line 2173

def build_structure()
	@blocks = [
		[:AgentData, Block.new([
			[:AgentID, :LLUUID],
			[:SessionID, :LLUUID]
		])],
		[:ObjectData, VariableBlockCollection.new([
			[:ObjectLocalID, :LLU32],
			[:Rotation, :LLQuaternion]
		])]
	]
end