Functions by Functionality: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Fred Gandt (talk | contribs) (Started adding examples - got bored - will carry on later. Need to fix CSS) |
||
Line 9: | Line 9: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_packStaticWeapon]] | ||
:[[BIS_fnc_unpackStaticWeapon]] | |||
</div> | </div> | ||
Line 16: | Line 17: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_ambientAnim]] | ||
:[[BIS_fnc_ambientFlyby]] | |||
:[[BIS_fnc_animalBehaviour]] | |||
:[[BIS_fnc_ambientBlacklist]] | |||
</div> | </div> | ||
Line 23: | Line 27: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_moduleAnimals]] | ||
</div> | </div> | ||
Line 30: | Line 34: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_arrayPush]] | ||
:[[BIS_fnc_returnNestedElement]] | |||
:[[BIS_fnc_randomIndex]] | |||
:[[BIS_fnc_findExtreme]] | |||
:[[BIS_fnc_sortBy]] | |||
</div> | </div> | ||
Line 37: | Line 45: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_briefingAnimate]] | ||
:[[BIS_fnc_briefingInit]] | |||
</div> | </div> | ||
Line 44: | Line 53: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_moduleCAS]] | ||
</div> | </div> | ||
Line 51: | Line 60: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_enemyDetected]] | ||
:[[BIS_fnc_enemyTargets]] | |||
</div> | </div> | ||
Line 58: | Line 68: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_loadClass]] | ||
:[[BIS_fnc_returnParents]] | |||
:[[BIS_fnc_getCfgDataPool]] | |||
:[[BIS_fnc_getCfgData]] | |||
</div> | </div> | ||
Line 65: | Line 78: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_genericSentence]] | ||
:[[BIS_fnc_genericSentenceInit]] | |||
:[[BIS_fnc_kbTopicConfig]] | |||
</div> | </div> | ||
Line 72: | Line 87: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_drawCuratorRespawnMarkers]] | ||
:[[BIS_fnc_moduleCuratorSetAttributes]] | |||
:[[BIS_fnc_moduleCuratorSetCamera]] | |||
:[[BIS_fnc_curatorWaypointPlaced]] | |||
:[[BIS_fnc_addCuratorAreaFromTrigger]] | |||
</div> | </div> | ||
Line 79: | Line 98: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_addCuratorChallenge]] | ||
:[[BIS_fnc_manageCuratorChallenges]] | |||
</div> | </div> | ||
Line 93: | Line 113: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_dbImportConfig]] | ||
:[[BIS_fnc_dbValueRemove]] | |||
:[[BIS_fnc_dbValueReturn]] | |||
:[[BIS_fnc_dbValueSet]] | |||
</div> | </div> | ||
Line 100: | Line 123: | ||
'''Description.''' | '''Description.''' | ||
;e.g. | ;e.g. | ||
: | :[[BIS_fnc_codePerformance]] | ||
:[[BIS_fnc_functionPath]] | |||
:[[BIS_fnc_halt]] | |||
</div> | </div> | ||
Revision as of 15:08, 28 July 2014
ⓘ See also: Scripting Commands by Functionality
Introduction
This page has been created to help you find the appropriate functions when you are dealing with specific scripting situations (e.g. all functions that have to do with triggers, or to control unit behaviour, etc.).
Keep in mind that there can be cases where certain functions may appear in more than one category.
Ambient
Description.
Arrays
Description.
Configs
Description.
Conversations
Description.
Curator
Description.
Database
Description.