mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix header
This commit is contained in:
parent
2c0a7209bf
commit
6e6d24a680
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Condition to switch to next navigation profile
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Handles tracking of incoming projectiles per frame
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Sets up IR state arrays (called from missileGuidance's onFired).
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Sets up SACLOS state arrays (called from missileGuidance's onFired).
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Attack profile: DIR
|
||||
* Returns target position with no modifications
|
||||
*
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Sets up wireGuided state arrays (called from missileGuidance's onFired).
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Confirm GPS weapon settings and serialize to variables
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Returns attack data for GPS guided bomb
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Saves all textboxes to whatever settings say for PB mode
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Called on load of GPS UI
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Called on unload of GPS UI
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Cycle pre-briefed mission mode
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Saves all textboxes to whatever settings say for PB mode
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Sets up wireGuided state arrays (called from missileGuidance's onFired).
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Adds interaction menu actions to configure GPS bombs
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Condition to switch to next navigation profile
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Sets up line state arrays (called from missileGuidance's onFired).
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Handles MCLOS guidance via keyboard keys
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Points directly toward attack profile positon
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Accelerates toward LOS
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* doppler radar seeker
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Returns GPS position. That's it.
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* Infrared seeker. Checks if flares are popped
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
/*
|
||||
* Author: Dani (TCVM)
|
||||
* Author: tcvm
|
||||
* SACLOS seeker
|
||||
*
|
||||
* Arguments:
|
||||
|
@ -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;
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user