19 lines
568 B
Plaintext
19 lines
568 B
Plaintext
|
/*
|
||
|
Author: Djeeberjr
|
||
|
|
||
|
Description:
|
||
|
Makes a object a tactial terminal to access orbat and tactial map. See https://community.bistudio.com/wiki/BIS_fnc_StrategicMapOpen
|
||
|
|
||
|
Parameters:
|
||
|
0 OBJECT or ARRAY: a gamelogic or a position (used for position)
|
||
|
1 CODE: Expression executed when user clicks on mission icon
|
||
|
2 STRING: Mission name
|
||
|
3 STRING: Short description
|
||
|
4 STRING: Name of mission's player
|
||
|
5 PATH: Path to overview image
|
||
|
6 NUMBER: Size multiplier for overview image
|
||
|
7 ARRAY: Parameters for on-click action. Can be accessed in code with _this # 9
|
||
|
|
||
|
*/
|
||
|
|