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" #include "script_component.hpp"
/* /*
* Author: Dani (TCVM) * Author: tcvm
* Condition to switch to next navigation profile * Condition to switch to next navigation profile
* *
* Arguments: * Arguments:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
#include "script_component.hpp" #include "script_component.hpp"
#include "\a3\ui_f\hpp\defineCommonColors.inc" #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 * Select either TOO or PB mode. Disable anything that shouldnt be touched in TOO and renable in PB
* *
* Arguments: * Arguments:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#include "script_component.hpp" #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 * Determine path for projectile to take in accordance to proportional navigation, takes target acceleration into account
* *
* Arguments: * Arguments:

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#include "script_component.hpp" #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 * Determine path for projectile to take in accordance to zero-effort miss pro-nav, takes target acceleration into account. Super deadly
* *
* Arguments: * Arguments:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#include "script_component.hpp" #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 * Attempts to hold angle as fed to by seeker. Does so with a simple proportional controller
* *
* Arguments: * Arguments: