Method: LibSL::SetScriptRunningPacket#build_structure

Defined in:
lib/_packets.rb

#build_structureObject



5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
# File 'lib/_packets.rb', line 5883

def build_structure()
	@blocks = [
		[:AgentData, Block.new([
			[:AgentID, :LLUUID],
			[:SessionID, :LLUUID]
		])],
		[:Script, Block.new([
			[:ObjectID, :LLUUID],
			[:ItemID, :LLUUID],
			[:Running, :LLBool]
		])]
	]
end