C# Class Questor.Modules.Misc.InnerspaceCommands

Datei anzeigen Open project: ISeeDEDPpl/Questor

Public Methods

Method Description
AddPrimaryWeaponPriorityTargetsByName ( string stringEntitiesToAdd ) : void
CreateLavishCommands ( ) : void
ListPrimaryWeaponPriorityTargets ( ) : bool
LogEntities ( List things, bool force = false ) : bool
ProcessState ( ) : void

Private Methods

Method Description
AddDronePriorityTargetsByName ( string args ) : int
AddIgnoredTarget ( string args ) : int
AddPrimaryWeaponPriorityTargetsByName ( string args ) : int
AddWarpScramblerByName ( string args ) : int
AddWebifierByName ( string args ) : int
IfInPodSwitchToNoobShiporShuttle ( string args ) : int
ListAllEntities ( string args ) : int
ListCachedPocketInfo ( ) : int
ListCachedPocketInfoInnerspaceCommand ( string args ) : int
ListClassInstanceInfo ( string args ) : int
ListDronePriorityTargetsInnerspaceCommand ( string args ) : int
ListEntitiesThatHaveUsLockedInnerspaceCommand ( string args ) : int
ListHighValueTargets ( string args ) : int
ListIgnoredTargets ( string args ) : int
ListItemHangarItems ( string args ) : int
ListLootContainerItems ( string args ) : int
ListLootHangarItems ( string args ) : int
ListLowValueTargets ( string args ) : int
ListPotentialCombatTargets ( string args ) : int
ListPrimaryWeaponPriorityTargetsInnerspaceCommand ( string args ) : int
ListQuestorCommands ( string args ) : int
ListQuestorEvents ( string args ) : int
ListTargetedandTargeting ( string args ) : int
ModuleInfo ( string args ) : int
RemoveIgnoredTarget ( string args ) : int
RemovePrimaryWeaponPriorityTargetsByName ( string args ) : int
RemovedDronePriorityTargetsByName ( string args ) : int
SetAutoStart ( string args ) : int
SetCombatMissionsBehaviorStatetoGotoBase ( string args ) : int
SetDedicatedBookmarkSalvagerBehaviorStatetoGotoBase ( string args ) : int
SetDestToSystem ( string args ) : int
SetDisable3D ( string args ) : int
SetExitWhenIdle ( string args ) : int
SetQuestorStatetoCloseQuestor ( string args ) : int
SetQuestorStatetoIdle ( string args ) : int

Method Details

AddPrimaryWeaponPriorityTargetsByName() public static method

public static AddPrimaryWeaponPriorityTargetsByName ( string stringEntitiesToAdd ) : void
stringEntitiesToAdd string
return void

CreateLavishCommands() public static method

public static CreateLavishCommands ( ) : void
return void

ListPrimaryWeaponPriorityTargets() public static method

public static ListPrimaryWeaponPriorityTargets ( ) : bool
return bool

LogEntities() public static method

public static LogEntities ( List things, bool force = false ) : bool
things List
force bool
return bool

ProcessState() public method

public ProcessState ( ) : void
return void