Method: LibSL::RequestGodlikePowersPacket#build_structure

Defined in:
lib/_packets.rb

#build_structureObject



6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
# File 'lib/_packets.rb', line 6125

def build_structure()
	@blocks = [
		[:AgentData, Block.new([
			[:AgentID, :LLUUID],
			[:SessionID, :LLUUID]
		])],
		[:RequestBlock, Block.new([
			[:Godlike, :LLBool],
			[:Token, :LLUUID]
		])]
	]
end