scripts.highsec
scripts.highsec lists the HIGHSEC sectors.
Security Level
FULLSEC
Syntax
CLI
scripts.highsec
Script
#fs.scripts.highsec()
Parameters
sector
The 'sector' argument specifies the HIGHSEC sector to be shown.
Return
Returns an array.
CLI
No arguments:
>>scripts.highsec
specify & join a sector to see a list of the scripts in that sector.
The listed sectors are dynamic and will change over time. Running scripts.highsec on the CLI will return 4 columns of sector names. Specifiying a sector will return the scripts which are currently in that sector.
Script
The listed sectors are dynamic and will change over time. Calling scripts.highsec as a subscript will list one column of sector names by default. Specifiying a sector will return the scripts which are currently in that sector.
Example
note
The example sector may not be a valid sector.
function(context, args)
{
return #fs.scripts.highsec({ sector: "FORM_LAMBDA_3" })
}