Skip to content

Instantly share code, notes, and snippets.

View Salads's full-sized avatar

Darrell Gentry Salads

  • California
View GitHub Profile
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="SettingsTest.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
-- HoneyDrone.lua
-- Get Component APIs via proxy, since we are in a drone BIOS.
local control_drone = component.proxy(component.list("drone")())
local control_inv = component.proxy(component.list("inventory_controller")())
local control_nav = component.proxy(component.list("navigation")())
local Sides = component.proxy(component.list("sides")())
function SearchInventoryBelow()