BIS fnc animalRandomization: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision imported: BIS Functions update 1/7)
(Page filling)
Line 1: Line 1:
{{Function|Comments=
____________________________________________________________________________________________


{{Function|= Comments
| arma3 |Game name=
____________________________________________________________________________________________
 
|1.00|Game version=


| arma3 |= Game name
|arg= local |Arguments=


|1.00|= Game version
|eff= global |Effect=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ''N/A'' |= Description
| Randomise animals skin.<br />
Works on:
* "Alsatian_Random_F"
* "ButterFly_random"
* "Cock_random_F"
* "Fin_random_F"
* "Goat_random_F"
* "Sheep_random_F"
* "Snake_random_F" |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_animalRandomization]]; --> |= Syntax
| animal call [[BIS_fnc_animalRandomization]] |Syntax=
|p1= |= Parameter 1
|p1= |Parameter 1=


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


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


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


Line 32: Line 42:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Functions|{{uc:animalRandomization}}]]
[[Category:Function Group: Ambient|{{uc:animalRandomization}}]]
[[Category:Function Group: Ambient|{{uc:animalRandomization}}]]
[[Category:Functions|{{uc:animalRandomization}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:animalRandomization}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:animalRandomization}}]]

Revision as of 12:05, 10 July 2018

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:
Uncategorised

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