fix header

This commit is contained in:
PabstMirror 2023-09-09 11:30:39 -05:00
parent 2c0a7209bf
commit 6e6d24a680
35 changed files with 36 additions and 36 deletions

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Condition to switch to next navigation profile
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Handles tracking of incoming projectiles per frame
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Handles the fusing and detonation of any and all interceptors in the air
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets up IR state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets up SACLOS state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Attack profile: DIR
* Returns target position with no modifications
*

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Attack profile: JDAM
* Uses LINE navigation type to guide projectile onto target
*

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets up doppler radar state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets up wireGuided state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Confirm GPS weapon settings and serialize to variables
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Returns attack data for GPS guided bomb
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Saves all textboxes to whatever settings say for PB mode
*
* Arguments:

View File

@ -1,7 +1,7 @@
#include "script_component.hpp"
#include "\a3\ui_f\hpp\defineCommonColors.inc"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Select either TOO or PB mode. Disable anything that shouldnt be touched in TOO and renable in PB
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Called on load of GPS UI
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Called on unload of GPS UI
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Cycle pre-briefed mission mode
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Saves all textboxes to whatever settings say for PB mode
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets up wireGuided state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Adds interaction menu actions to configure GPS bombs
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Condition to switch to next navigation profile
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets up line state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Handles MCLOS guidance via keyboard keys
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Determine path for projectile to take in accordance to proportional navigation, takes target acceleration into account
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Points directly toward attack profile positon
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Assumes targetDir is pointing toward line we want to stay on
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Accelerates toward LOS
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Determine path for projectile to take in accordance to proportional navigation
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Determine path for projectile to take in accordance to zero-effort miss pro-nav, takes target acceleration into account. Super deadly
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Sets up proportional navigation state arrays (called from missileGuidance's onFired).
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* doppler radar seeker
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Returns GPS position. That's it.
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Infrared seeker. Checks if flares are popped
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* SACLOS seeker
*
* Arguments:

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Whether or not we should filter out this target due to masking. Useful for only doppler radar types
*
* Arguments:
@ -12,7 +12,7 @@
* 5: Radar seeker angle <NUMBER>
*
* Return Value:
* Whether or not to filter out this target
* Whether or not to filter out this target <BOOL>
*
* Example:
* [] call call ace_missileguidance_fnc_shouldFilterRadarHit;

View File

@ -1,6 +1,6 @@
#include "script_component.hpp"
/*
* Author: Dani (TCVM)
* Author: tcvm
* Attempts to hold angle as fed to by seeker. Does so with a simple proportional controller
*
* Arguments: