Module: Animals – Arma 3
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[[Cc]ategory:[ _]?Arma[ _]3:[ _]?([^|]*)]]" to "{{GameCategory|arma3|$1}}") |
Lou Montana (talk | contribs) m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ") |
||
Line 1: | Line 1: | ||
[[File:AnimalsModule.png|thumb]] | [[File:AnimalsModule.png|thumb]] | ||
Creates a group of animals and handles their basic behavior. Deleting the module will delete animals as well. | Creates a group of animals and handles their basic behavior. Deleting the module will delete animals as well. | ||
==Parameters== | == Parameters == | ||
=== Species === | === Species === | ||
Line 17: | Line 17: | ||
[[File:AnimalsModuleInfo1.png]] [[File:AnimalsModuleInfo2.png]] | [[File:AnimalsModuleInfo1.png]] [[File:AnimalsModuleInfo2.png]] | ||
==Module Variables== | == Module Variables == | ||
All variable associated with this module. found with [[allVariables]], accessed using | All variable associated with this module. found with [[allVariables]], accessed using | ||
<code> _module [[getVariable]] "variableName"</code> | <code> _module [[getVariable]] "variableName"</code> |
Revision as of 18:36, 31 January 2021
Creates a group of animals and handles their basic behavior. Deleting the module will delete animals as well.
Parameters
Species
Determines the animal spawned by the module.
- Sheep
- Goats
- Poultry
- Seagulls
- Butterflies
Count
The number of animals spawned. Caution: Too high of a number will overload the engine and possibly cause it to crash, or otherwise run very poorly.
Synching Diagram
Module Variables
All variable associated with this module. found with allVariables, accessed using
_module getVariable "variableName"
- "bis_fnc_moduleexecute_activate"
- "bis_fnc_moduleinit_iscuratorplaced"
- "bis_fnc_moduleinit_status"
- "count"
- "bis_fnc_initmodules_activate"
- "bis_fnc_initmodules_priroty"
- "type"
- String - Class name of chosen animal. Example: "Sheep_random_F"
- "animals"