BIS fnc FTLmanager: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "") |
||
Line 43: | Line 43: | ||
[[Category:Functions|{{uc:FTLmanager}}]] | [[Category:Functions|{{uc:FTLmanager}}]] | ||
[[Category:{{Name|arma2oa}}: Functions|{{uc:FTLmanager}}]] | [[Category:{{Name|arma2oa}}: Functions|{{uc:FTLmanager}}]] | ||
[[Category:{{Name|tkoh}}: Functions|{{uc:FTLmanager}}]] | [[Category:{{Name|tkoh}}: Functions|{{uc:FTLmanager}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:FTLmanager}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:FTLmanager}}]] |
Revision as of 00:47, 18 January 2021
Description
- Description:
- FTL (Friendly To Local) manager tracks relationship between player and civilian side.
FTL State can be one of the following: "LOW", "NEUTRAL", "HIGH". See FriendlyToLocal System. - Execution:
- call
- Groups:
- Sides
Syntax
- Syntax:
- [functionCalled, type] call BIS_fnc_FTLmanager
- Parameters:
- functionCalled: String - One of the following:
- "Init" - initialises the FTL manager
Return: Number - FTL State - "Destroy" - destroys the current FTL manager instance
Return: - "GetFTLState" - returns current FTL state
Return: String - FTL state: "LOW", "NEUTRAL" or "HIGH" - "SetFTLState" - computes and sets the new FTLValue and FTLState afterwards
Return: - "GetNearestTownRespect" - Returns nearest (in 500m radius) town respect for player
Return: Number - respect
- "Init" - initialises the FTL manager
- type: String - Can be one of the following:
- "sysUpdate" (internal use)
- "NONE" (no change)
- "CivKilled" (-0.5)
- "VIPCivKilled" (-0.7)
- "RebelKilled" (-0.3)
- "TaskSmallRefused" (-0.05)
- "TaskSmallDone" (+0.4)
- "TaskSmallFailed" (-0.4)
- "TaskGreatRefused" (-0.1)
- "TaskGreatDone" (+0.6)
- "TaskGreatFailed" (-0.6)
- "CivHouseDestroyed" (-0.5)
- "GreatHouseDestroyed" (-0.8)
- Return Value:
- Boolean - false if the manager is not initialised yet
Examples
- Example 1:
["Init"] call BIS_fnc_FTLmanager;
Additional Information
- See also:
- FriendlyToLocal System
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note