Category:Take On Helicopters: Functions
Jump to navigation
Jump to search
Take On Helicopters: Functions Library
- Singleplayer
- Functions can be launched in mission, intro and outro using this syntax:
_fnc = [params] call functionName;
_fnc = [params] spawn functionName;
- Functions can be launched in mission, intro and outro using this syntax:
- Multiplayer
- Functions replaces obsolete Arma 2: Multiplayer Framework. You can use BIS_fnc_MP to remotely call function on specific clients and set them to be persistent, so they'll be executed automatically for client upon JIP.
[params,"functionName",target,isSpawn,isPersistent] call BIS_fnc_MP;
- Functions replaces obsolete Arma 2: Multiplayer Framework. You can use BIS_fnc_MP to remotely call function on specific clients and set them to be persistent, so they'll be executed automatically for client upon JIP.
- User Interface
- Anywhere outside running mission (user interface), refer to functions stored in UInamespace
_fnc = [params] call (uinamespace getvariable 'functionName');
_fnc = [params] spawn (uinamespace getvariable 'functionName');
- Anywhere outside running mission (user interface), refer to functions stored in UInamespace
Subcategories
This category has only the following subcategory.
N
Pages in category "Take On Helicopters: Functions"
The following 300 pages are in this category, out of 300 total.
- BIS fnc ambientPlanes
- BIS fnc dbClassRemove
- BIS fnc dbIsClass
- BIS fnc dbIsValue
- BIS fnc dbValueReturn
- BIS fnc displayColorGet
- BIS fnc GC
- BIS fnc help
- BIS fnc HUDLimits
- BIS fnc kbTellLocal
- BIS fnc kbTopicConfig
- BIS fnc miscAnim
- BIS fnc MP (Take On Helicopters)
- BIS fnc numberDigits
- BIS fnc numberText
- BIS fnc onLoad
- BIS fnc param
- BIS fnc posDegToWorld
- BIS fnc progressLoadingScreen
- BIS fnc roundDir
- BIS fnc setHeight
- BIS fnc spawnGroup
- BIS fnc threat
- BIS fnc titleText
- BIS fnc unitCapture
A
- BIS fnc AAN
- BIS fnc absSpeed
- BIS fnc addEvidence
- BIS fnc ambientBlacklist
- BIS fnc ambientBlacklistAdd
- BIS fnc ambientBoats
- BIS fnc ambientHelicopters
- BIS fnc ambientPostprocess
- BIS fnc animType
- BIS fnc areEqual
- BIS fnc arithmeticMean
- BIS fnc arrayCompare
- BIS fnc arrayFindDeep
- BIS fnc arrayInsert
- BIS fnc arrayPop
- BIS fnc arrayPush
- BIS fnc arrayPushStack
- BIS fnc arrayShift
- BIS fnc arrayUnShift
- BIS fnc assignPlayerRole
B
C
- BIS fnc camFollow
- BIS fnc classMagazine
- BIS fnc classWeapon
- BIS fnc codePerformance
- BIS fnc colorRGBtoHTML
- BIS fnc commsMenuCreate
- BIS fnc commsMenuToggleAvailability
- BIS fnc commsMenuToggleVisibility
- BIS fnc conditionalSelect
- BIS fnc configViewer
- BIS fnc convertUnits
- BIS fnc counter
- BIS fnc createmenu
- BIS fnc credits
- BIS fnc crossProduct
- BIS fnc crows
- BIS fnc ctrlTextHeight
- BIS fnc customGPS
- BIS fnc customGPSvideo
- BIS fnc customGPSVideo
- BIS fnc cutDecimals
D
- BIS fnc dbClassCheck
- BIS fnc dbClassId
- BIS fnc dbClassIndex
- BIS fnc dbClassList
- BIS fnc dbClassReturn
- BIS fnc dbClassSet
- BIS fnc dbConfigPath
- BIS fnc dbImportConfig
- BIS fnc dbImportXML
- BIS fnc dbPrint
- BIS fnc dbSymbolClass
- BIS fnc dbSymbolValue
- BIS fnc dbValueCheck
- BIS fnc dbValueId
- BIS fnc dbValueIndex
- BIS fnc dbValueList
- BIS fnc dbValueRemove
- BIS fnc dbValueSet
- BIS fnc destroyCity
- BIS fnc diagAnim
- BIS fnc diaryHints
- BIS fnc diaryMaps
- BIS fnc dirIndicator
- BIS fnc dirTo
- BIS fnc displayClouds
- BIS fnc displayColorSet
- BIS fnc displayControls
- BIS fnc displayLoading
- BIS fnc displayMission
- BIS fnc displayName
- BIS fnc displayResize
- BIS fnc distance2D
- BIS fnc distance2Dsqr
- BIS fnc dotProduct
- BIS fnc dynamicText
F
G
- BIS fnc GCinit
- BIS fnc genericSentence
- BIS fnc genericSentenceInit
- BIS fnc geometricMean
- BIS fnc getFactions
- BIS fnc getIDC
- BIS fnc getIDD
- BIS fnc getLineDist
- BIS fnc getPitchBank
- BIS fnc greatestNum
- BIS fnc GUIbackground
- BIS fnc GUIeditor
- BIS fnc GUIgrid
- BIS fnc GUIgridToProfile
- BIS fnc GUIhint
- BIS fnc guiMessage TKOH
- BIS fnc GUInewsfeed
H
I
K
M
N
O
P
R
- BIS fnc radioSetChannel
- BIS fnc radioSetPlaylist
- BIS fnc radioSetTrack
- BIS fnc randomIndex
- BIS fnc randomInt
- BIS fnc randomNum
- BIS fnc randomPos
- BIS fnc randomPosTrigger
- BIS fnc recompile
- BIS fnc relativeDirTo
- BIS fnc relPos
- BIS fnc removeIndex
- BIS fnc removeNestedElement
- BIS fnc respawnManager
- BIS fnc respect
- BIS fnc returnConfigEntry
- BIS fnc returnGroupComposition
- BIS fnc returnNestedElement
- BIS fnc returnParents
- BIS fnc returnVehicleTurrets
- BIS fnc rotateVector2D
- BIS fnc roundNum
S
- BIS fnc sandstorm
- BIS fnc saveGame
- BIS fnc sceneAreaClearance
- BIS fnc sceneCheckWeapons
- BIS fnc sceneCreateSceneTrigger
- BIS fnc sceneCreateSoundEntities
- BIS fnc sceneGetObjects
- BIS fnc sceneGetParticipants
- BIS fnc sceneGetPositionByAngle
- BIS fnc sceneIntruderDetector
- BIS fnc sceneMiscStuff
- BIS fnc sceneRotate
- BIS fnc sceneSetAnimationsForGroup
- BIS fnc sceneSetBehaviour
- BIS fnc sceneSetObjects
- BIS fnc sceneSetPosFormation
- BIS fnc scriptedMove
- BIS fnc secondsToString
- BIS fnc selectCrew
- BIS fnc selectRandom
- BIS fnc selectRandomWeighted
- BIS fnc setNestedElement
- BIS fnc setPitchBank
- BIS fnc shakeGauges
- BIS fnc showTime
- BIS fnc shutdown
- BIS fnc singleMissionConfig
- BIS fnc singleMissionKeys
- BIS fnc singleMissionName
- BIS fnc sortNum
- BIS fnc spawnCrew
- BIS fnc spawnEnemy
- BIS fnc spawnVehicle
- BIS fnc spotter
- BIS fnc subSelect
- BIS fnc supplydrop
- BIS fnc supplydropService
- BIS fnc swapVars