GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
list_targets(3) Arcan Lua API list_targets(3)

list_targets - List all available targets by their shortname.

targettbl
list_targets(

tag )

Query the database for all targets in the current database, or all targets in the database with a tag that match the optional tag .

function list_targets0()
      for i,v in ipairs(list_targets()) do
            print(v);
      end
end

target_configurations(3) list_target_tags(3)

June 2022 database

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.