BIS fnc animalRandomization: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Ambient(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\] " to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 11: Line 10:


|eff= global |Effect=
|eff= global |Effect=
____________________________________________________________________________________________


| Randomise animals skin.<br>
| Randomise animals skin.<br>
Line 22: Line 20:
* "Sheep_random_F"
* "Sheep_random_F"
* "Snake_random_F" |Description=
* "Snake_random_F" |Description=
____________________________________________________________________________________________


| animal call [[BIS_fnc_animalRandomization]] |Syntax=
| animal call [[BIS_fnc_animalRandomization]] |Syntax=
Line 28: Line 25:


| [[Nothing]] |Return value=
| [[Nothing]] |Return value=
____________________________________________________________________________________________


|x1= <code>myDog [[call]] [[BIS_fnc_animalRandomization]];</code> |Example 1=
|x1= <code>myDog [[call]] [[BIS_fnc_animalRandomization]];</code> |Example 1=
____________________________________________________________________________________________


| [[BIS_fnc_unitHeadgear]], [[setObjectTextureGlobal]], [[setObjectMaterialGlobal]] |See also=
| [[BIS_fnc_unitHeadgear]], [[setObjectTextureGlobal]], [[setObjectMaterialGlobal]] |See also=

Revision as of 23:33, 16 January 2021

Hover & click on the images for description

Description

Description:
Randomise animals skin.
Works on:
  • "Alsatian_Random_F"
  • "ButterFly_random"
  • "Cock_random_F"
  • "Fin_random_F"
  • "Goat_random_F"
  • "Sheep_random_F"
  • "Snake_random_F"
Execution:
call
Groups:
Ambient

Syntax

Syntax:
animal call BIS_fnc_animalRandomization
Return Value:
Nothing

Examples

Example 1:
myDog call BIS_fnc_animalRandomization;

Additional Information

See also:
BIS_fnc_unitHeadgearsetObjectTextureGlobalsetObjectMaterialGlobal

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section