Functions – Take On Helicopters Category
Jump to navigation
Jump to search
m (Created page with "Category:Take On Helicopters Category:Take On Helicopters: Editing") |
mNo edit summary |
||
Line 1: | Line 1: | ||
== [[Take On Helicopters: Functions Library]] == | |||
* '''Singleplayer''' | |||
** Functions can be launched in mission, intro and outro using this syntax:<br /><code>_fnc = [params] call functionName;<br />_fnc = [params] spawn functionName;</code> | |||
* '''Multiplayer''' | |||
** Functions replaces obsolete [[Multiplayer_framework|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.<br /><code>[params,"functionName",target,isSpawn,isPersistent] call BIS_fnc_MP;</code> | |||
* '''User Interface''' | |||
** Anywhere outside running mission (user interface), refer to functions stored in UInamespace<br /><code>_fnc = [params] call (uinamespace getvariable 'functionName');<br />_fnc = [params] spawn (uinamespace getvariable 'functionName');</code> | |||
[[Category:Take On Helicopters]] | [[Category:Take On Helicopters]] | ||
[[Category:Take On Helicopters: Editing]] | [[Category:Take On Helicopters: Editing]] |
Revision as of 07:57, 21 October 2011
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 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 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
- Take On Helicopters: New Functions (141 P)
Pages in category "Take On Helicopters: Functions"
The following 293 pages are in this category, out of 293 total.
- BIS fnc 3Dcredits
- BIS fnc AAN
- BIS fnc absSpeed
- BIS fnc addEvidence
- BIS fnc ambientBlacklist
- BIS fnc ambientBlacklistAdd
- BIS fnc ambientBoats
- BIS fnc ambientHelicopters
- BIS fnc ambientPlanes
- 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
- BIS fnc boundingBoxCorner
- BIS fnc boundingBoxDimensions
- BIS fnc boundingBoxMarker
- BIS fnc boundingCircle
- BIS fnc camFollow
- BIS fnc classMagazine
- BIS fnc classWeapon
- 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 customGPS
- BIS fnc customGPSVideo
- BIS fnc cutDecimals
- BIS fnc dbClassCheck
- BIS fnc dbClassId
- BIS fnc dbClassIndex
- BIS fnc dbClassList
- BIS fnc dbClassRemove
- BIS fnc dbClassReturn
- BIS fnc dbClassSet
- BIS fnc dbConfigPath
- BIS fnc dbImportConfig
- BIS fnc dbImportXML
- BIS fnc dbIsClass
- BIS fnc dbIsValue
- 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 dbValueReturn
- 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 displayColorGet
- 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
- BIS fnc endMission
- BIS fnc errorMsg
- BIS fnc findExtreme
- BIS fnc findNestedElement
- BIS fnc findSafePos
- BIS fnc flies
- BIS fnc fps
- BIS fnc FTLmanager
- BIS fnc functionPath
- BIS fnc functionsDebug
- BIS fnc GC
- 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
- BIS fnc halo
- BIS fnc halt
- BIS fnc helicopterCanFly
- BIS fnc helicopterDamage
- BIS fnc helicopterGetHitpoints
- BIS fnc helicopterSeat
- BIS fnc helicopterSeatMove
- BIS fnc helicopterType
- BIS fnc help
- BIS fnc HUDLimits
- BIS fnc infoText
- BIS fnc inTrigger
- BIS fnc inv
- BIS fnc invAdd
- BIS fnc invCodeToArray
- BIS fnc invRemove
- BIS fnc invSlots
- BIS fnc invSlotsEmpty
- BIS fnc invSlotType
- BIS fnc invString
- BIS fnc isInFrontOf
- BIS fnc isLocalized
- BIS fnc isPosBlacklisted
- BIS fnc kbCanSpeak
- BIS fnc kbCreateDummy
- BIS fnc kbIsSpeaking
- BIS fnc kbMenu
- BIS fnc kbPriority
- BIS fnc kbSentence
- BIS fnc kbSkip
- BIS fnc kbTell
- BIS fnc kbTellLocal
- BIS fnc kbTopicConfig
- BIS fnc keypointsExport
- BIS fnc keypointsExportFromKML
- BIS fnc KMLimport
- BIS fnc linearConversion
- BIS fnc listPlayers
- BIS fnc locations
- BIS fnc lowestNum
- BIS fnc magnitude
- BIS fnc magnitudeSqr
- BIS fnc markerCreate
- BIS fnc markerParams
- BIS fnc markerPath
- BIS fnc maxDiffArray
- BIS fnc miscAnim
- BIS fnc moveIn
- BIS fnc MP
- BIS fnc MPexec
- BIS fnc music
- BIS fnc nearestHelipad
- BIS fnc nearestNum
- BIS fnc nearestPoint
- BIS fnc nearestPosition
- BIS fnc noFlyZone
- BIS fnc noFlyZonesCreate
- BIS fnc noFlyZonesExport
- BIS fnc numberDigits
- BIS fnc numberText
- BIS fnc objectsGrabber
- BIS fnc objectsMapper
- BIS fnc onEnd
- BIS fnc onLoad
- BIS fnc overviewAuthor
- BIS fnc overviewDifficulty
- BIS fnc overviewMission
- BIS fnc overviewTerrain
- BIS fnc overviewTimeTrial
- BIS fnc param
- BIS fnc paramIn
- BIS fnc parseNumber
- BIS fnc PIP
- BIS fnc playerName
- BIS fnc playVideo
- BIS fnc posDegToUTM
- BIS fnc posDegToWorld
- BIS fnc position
- BIS fnc posToGrid
- BIS fnc posUTMToDeg
- BIS fnc progressLoadingScreen
- 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 refreshCommMenu
- 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 roundDir
- BIS fnc roundNum
- 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 secondsToString
- BIS fnc selectCrew
- BIS fnc selectRandom
- BIS fnc selectRandomWeighted
- BIS fnc setHeight
- 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 spawnGroup
- BIS fnc spawnVehicle
- BIS fnc spotter
- BIS fnc subSelect
- BIS fnc supplydrop
- BIS fnc supplydropService
- BIS fnc swapVars
- BIS fnc taskAttack
- BIS fnc taskDefend
- BIS fnc taskHandler
- BIS fnc taskPatrol
- BIS fnc threat
- BIS fnc titleText
- BIS fnc transportService
- BIS fnc unitCapture
- BIS fnc unitCaptureFiring
- BIS fnc unitCaptureSimple
- BIS fnc unitPlay
- BIS fnc unitPlayFiring
- BIS fnc unitPlaySimple
- BIS fnc unitVector
- BIS fnc variableSpaceAdd
- BIS fnc variableSpaceRemove
- BIS fnc vectorAdd
- BIS fnc vectorDiff
- BIS fnc vectorFromXToY
- BIS fnc vectorMultiply
- BIS fnc version
- BIS fnc worldArea
- BIS fnc wpAerobatics
- BIS fnc wpAngle
- BIS fnc wpCheckpoint
- BIS fnc wpFastRope
- BIS fnc wpFormation
- BIS fnc wpHover
- BIS fnc wpLand
- BIS fnc wpRestricted
- BIS fnc wpSlingLoadAttach
- BIS fnc wpSlingLoadDetach
- BIS fnc wpSlingLoadDrop
- BIS fnc wpSteady
- BIS fnc wpTimed
- BIS fnc wpTransport
- BIS fnc wpWinchLoad
- BIS fnc zzRotate